The interface that all rtp header extensions must implement. More...
Instance Methods | |
(void) | - fillBuffer:offset: |
Serialize the header extension to a buffer. More... | |
(NSMutableData *) | - id |
Gets the header extension ID. More... | |
(int) | - length |
Gets the length of the header extension in 32-bit words. More... | |
The interface that all rtp header extensions must implement.
- (void) fillBuffer: | (FMLiveSwitchDataBuffer *) | buffer | |
offset: | (int) | offset | |
Serialize the header extension to a buffer.
buffer | The buffer. |
offset | The offset to start writing at. |
Reimplemented in FMLiveSwitchRtpRawHeaderExtension, and FMLiveSwitchRtpHeaderExtension.
- (NSMutableData*) id |
Gets the header extension ID.
Reimplemented in FMLiveSwitchRtpRawHeaderExtension, and FMLiveSwitchRtpHeaderExtension.
- (int) length |
Gets the length of the header extension in 32-bit words.
Reimplemented in FMLiveSwitchRtpRawHeaderExtension, and FMLiveSwitchRtpHeaderExtension.