Instance Methods | |
| (int) | - appBits |
| (void) | - fillBuffer:offset: |
| Serialize the header extension to a buffer. More... | |
| (FMLiveSwitchRtpHeaderExtensionForm) | - form |
| (NSMutableData *) | - id |
| Gets the header extension ID. More... | |
| (instancetype) | - initWithId:payload: |
| (int) | - length |
| Gets the length of the header extension in 32-bit words. More... | |
| (NSMutableData *) | - payload |
Class Methods | |
| (FMLiveSwitchRtpRawHeaderExtension *) | + rawHeaderExtensionWithId:payload: |
| - (int) appBits |
| - (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 from <FMLiveSwitchIRtpHeaderExtension>.
| - (FMLiveSwitchRtpHeaderExtensionForm) form |
| - (NSMutableData*) id |
Gets the header extension ID.
Reimplemented from <FMLiveSwitchIRtpHeaderExtension>.
| - (instancetype) initWithId: | (NSMutableData *) | idValue | |
| payload: | (NSMutableData *) | payload | |
| - (int) length |
Gets the length of the header extension in 32-bit words.
Reimplemented from <FMLiveSwitchIRtpHeaderExtension>.
| - (NSMutableData*) payload |
| + (FMLiveSwitchRtpRawHeaderExtension*) rawHeaderExtensionWithId: | (NSMutableData *) | idValue | |
| payload: | (NSMutableData *) | payload | |