The interface that all rtp header extensions must implement. More...
Public Member Functions | |
abstract void | fillBuffer (fm.liveswitch.DataBuffer buffer, int offset) |
Serialize the header extension to a buffer. More... | |
abstract byte[] | getId () |
Gets the header extension ID. More... | |
abstract int | getLength () |
Gets the length of the header extension in 32-bit words. More... | |
The interface that all rtp header extensions must implement.
|
abstract |
Serialize the header extension to a buffer.
buffer | The buffer. |
offset | The offset to start writing at. |
|
abstract |
Gets the header extension ID.
|
abstract |
Gets the length of the header extension in 32-bit words.