Instance Methods | |
(FMLiveSwitchDataBuffer *) | - buffer |
(bool) | - endOfLayerFrame |
(bool) | - extendedPictureID |
(int) | - fixedHeaderLength |
(bool) | - flexibleMode |
(FMLiveSwitchDataBuffer *) | - header |
(int) | - headerLength |
(instancetype) | - init |
(instancetype) | - initWithPayload:startOfLayerFrame: |
(instancetype) | - initWithPayload:startOfPartition:partitionIndex: |
(bool) | - interPicturePredictedLayerFrame |
(bool) | - layerIndicesPresent |
(FMLiveSwitchDataBuffer *) | - payload |
(short) | - pictureID |
(bool) | - pictureIDPresent |
(bool) | - reservedBit |
(bool) | - scalabilityStructurePresent |
(void) | - setEndOfLayerFrame: |
(void) | - setExtendedPictureID: |
(void) | - setFlexibleMode: |
(void) | - setInterPicturePredictedLayerFrame: |
(void) | - setLayerIndicesPresent: |
(void) | - setPayload: |
(void) | - setPictureID: |
(void) | - setPictureIDPresent: |
(void) | - setScalabilityStructurePresent: |
(void) | - setStartOfLayerFrame: |
(bool) | - startOfLayerFrame |
(int) | - variableHeaderLength |
- (FMLiveSwitchDataBuffer*) buffer |
- (bool) endOfLayerFrame |
- (bool) extendedPictureID |
- (int) fixedHeaderLength |
- (bool) flexibleMode |
- (FMLiveSwitchDataBuffer*) header |
- (int) headerLength |
- (instancetype) init |
- (instancetype) initWithPayload: | (FMLiveSwitchDataBuffer *) | payload | |
startOfLayerFrame: | (bool) | startOfLayerFrame | |
- (instancetype) initWithPayload: | (FMLiveSwitchDataBuffer *) | payload | |
startOfPartition: | (bool) | startOfPartition | |
partitionIndex: | (uint8_t) | partitionIndex | |
- (bool) interPicturePredictedLayerFrame |
- (bool) layerIndicesPresent |
+ (FMLiveSwitchVp9Packet*) packet |
+ (FMLiveSwitchVp9Packet*) packetWithPayload: | (FMLiveSwitchDataBuffer *) | payload | |
startOfLayerFrame: | (bool) | startOfLayerFrame | |
+ (FMLiveSwitchVp9Packet*) packetWithPayload: | (FMLiveSwitchDataBuffer *) | payload | |
startOfPartition: | (bool) | startOfPartition | |
partitionIndex: | (uint8_t) | partitionIndex | |
- (FMLiveSwitchDataBuffer*) payload |
- (short) pictureID |
- (bool) pictureIDPresent |
- (bool) reservedBit |
- (bool) scalabilityStructurePresent |
- (void) setEndOfLayerFrame: | (bool) | value |
- (void) setExtendedPictureID: | (bool) | value |
- (void) setFlexibleMode: | (bool) | value |
- (void) setInterPicturePredictedLayerFrame: | (bool) | value |
- (void) setLayerIndicesPresent: | (bool) | value |
- (void) setPayload: | (FMLiveSwitchDataBuffer *) | value |
- (void) setPictureID: | (short) | value |
- (void) setPictureIDPresent: | (bool) | value |
- (void) setScalabilityStructurePresent: | (bool) | value |
- (void) setStartOfLayerFrame: | (bool) | value |
- (bool) startOfLayerFrame |
- (int) variableHeaderLength |
+ (FMLiveSwitchVp9Packet*) wrapWithPacketBuffer: | (FMLiveSwitchDataBuffer *) | packetBuffer |