Instance Methods | |
| (instancetype) | - initWithForm:id:playoutDelayBytes: |
| (instancetype) | - initWithForm:minDelay:maxDelay: |
| (int) | - maxDelay |
| (int) | - minDelay |
Instance Methods inherited from FMLiveSwitchRtpHeaderDataDescription | |
| (NSMutableData *) | - data |
| (instancetype) | - initWithType:form:id:data: |
| (int) | - length |
| (void) | - setData: |
Instance Methods inherited from FMLiveSwitchRtpHeaderExtensionElement | |
| (FMLiveSwitchRtpHeaderExtensionForm) | - form |
| (int) | - id |
| (instancetype) | - init |
| (void) | - setForm: |
| (void) | - setId: |
| (void) | - setType: |
| (FMLiveSwitchRtpHeaderExtensionType) | - type |
| + (FMLiveSwitchRtpHeaderPlayoutDelay*) headerPlayoutDelayWithForm: | (FMLiveSwitchRtpHeaderExtensionForm) | form | |
| id: | (int) | idValue | |
| playoutDelayBytes: | (NSMutableData *) | playoutDelayBytes | |
| + (FMLiveSwitchRtpHeaderPlayoutDelay*) headerPlayoutDelayWithForm: | (FMLiveSwitchRtpHeaderExtensionForm) | form | |
| minDelay: | (int) | minDelay | |
| maxDelay: | (int) | maxDelay | |
| - (instancetype) initWithForm: | (FMLiveSwitchRtpHeaderExtensionForm) | form | |
| id: | (int) | idValue | |
| playoutDelayBytes: | (NSMutableData *) | playoutDelayBytes | |
| - (instancetype) initWithForm: | (FMLiveSwitchRtpHeaderExtensionForm) | form | |
| minDelay: | (int) | minDelay | |
| maxDelay: | (int) | maxDelay | |
| - (int) maxDelay |
| - (int) minDelay |
| + (FMLiveSwitchRtpHeaderPlayoutDelay*) parseBytesWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer | |
| offset: | (int) | offset | |
| form: | (FMLiveSwitchRtpHeaderExtensionForm) | form | |
| bytesRead: | (int *) | bytesRead | |