Instance Methods | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchMediaControlFrame class. More... | |
(void) | - setTimestamp: |
(void) | - setType: |
(long long) | - timestamp |
(FMLiveSwitchStatControlFrameType) | - type |
Instance Methods inherited from FMLiveSwitchMediaControlFrame | |
(int) | - byte1Last5Bits |
Gets the last 5 bits of the first byte. More... | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the buffer. More... | |
(instancetype) | - initWithBuffer: |
Initializes a new instance of the FMLiveSwitchMediaControlFrame class. More... | |
(FMLiveSwitchDataBuffer *) | - payload |
Gets the payload. More... | |
(int) | - payloadLengthWithPadding |
Gets the length of the payload, in bytes, with padding. More... | |
(int) | - payloadType |
Gets the payload type. More... | |
(void) | - setByte1Last5Bits: |
Sets the last 5 bits of the first byte. More... | |
(void) | - setDataBuffer: |
Sets the buffer. More... | |
(void) | - setPayloadLengthWithPadding: |
Sets the length of the payload, in bytes, with padding. More... | |
(void) | - setPayloadType: |
Sets the payload type. More... | |
(void) | - setVersion: |
Sets the version. More... | |
(NSString *) | - streamId |
Gets the stream ID. More... | |
(int) | - version |
Gets the version. More... | |
Instance Methods inherited from FMLiveSwitchDynamic | |
(NSMutableDictionary< NSString *, id > *) | - dynamicProperties |
Gets all dynamic properties on this instance. More... | |
(id) | - getDynamicValueWithKey: |
Gets a property value from the local cache. More... | |
(void) | - setDynamicValueWithKey:value: |
Sets a property value in the local cache. More... | |
(bool) | - unsetDynamicValueWithKey: |
Removes a property value from the local cache. More... | |
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchMediaControlFrame class.
Implements FMLiveSwitchMediaControlFrame.
- (void) setTimestamp: | (long long) | value |
- (void) setType: | (FMLiveSwitchStatControlFrameType) | value |
+ (FMLiveSwitchStatControlFrame*) statControlFrame |
- (long long) timestamp |
- (FMLiveSwitchStatControlFrameType) type |