get_extension_data
Description:
Get the extension data.
bits
will contain the extension 16 bits of custom data. data
will point to the data in the extension and
wordlen
will contain the length of data
in 32 bits words.
If buffer
did not contain an extension, this function will return false
with bits
, data
and
wordlen
unchanged.
Parameters:
this |
the RTP packet |
bits |
location for result bits |
data |
location for data |
wordlen |
location for length of |
Returns:
TRUE if |