An Ogg page. More...
Instance Methods | |
| (int) | - absoluteGranulePosition | 
| Gets the absolute granule position.  More... | |
| (bool) | - beginningOfStream | 
| Gets whether this page is the first page of the bitstream.  More... | |
| (bool) | - continuedPacket | 
| Gets whether this page is a continued (not fresh) packet.  More... | |
| (bool) | - endOfStream | 
| Gets whether this page is the last page of the bitstream.  More... | |
| (NSMutableData *) | - getBytes | 
| Gets the page as a byte array.  More... | |
| (instancetype) | - init | 
| Initializes a new instance of the FMLiveSwitchOggPage class.  More... | |
| (NSMutableData *) | - payload | 
| Gets the data payload.  More... | |
| (int) | - sequenceNumber | 
| Gets the page sequence number.  More... | |
| (void) | - setAbsoluteGranulePosition: | 
| Sets the absolute granule position.  More... | |
| (void) | - setBeginningOfStream: | 
| Sets whether this page is the first page of the bitstream.  More... | |
| (void) | - setContinuedPacket: | 
| Sets whether this page is a continued (not fresh) packet.  More... | |
| (void) | - setEndOfStream: | 
| Sets whether this page is the last page of the bitstream.  More... | |
| (void) | - setPayload: | 
| Sets the data payload.  More... | |
| (void) | - setSequenceNumber: | 
| Sets the page sequence number.  More... | |
| (void) | - setStreamSerialNumber: | 
| Sets the stream serial number.  More... | |
| (int) | - streamSerialNumber | 
| Gets the stream serial number.  More... | |
Class Methods | |
| (FMLiveSwitchOggPage *) | + page | 
| Initializes a new instance of the FMLiveSwitchOggPage class.  More... | |
An Ogg page.
| - (int) absoluteGranulePosition | 
Gets the absolute granule position.
| - (bool) beginningOfStream | 
Gets whether this page is the first page of the bitstream.
| - (bool) continuedPacket | 
Gets whether this page is a continued (not fresh) packet.
| - (bool) endOfStream | 
Gets whether this page is the last page of the bitstream.
| - (NSMutableData*) getBytes | 
Gets the page as a byte array.
| - (instancetype) init | 
Initializes a new instance of the FMLiveSwitchOggPage class.
| + (FMLiveSwitchOggPage*) page | 
Initializes a new instance of the FMLiveSwitchOggPage class.
| - (NSMutableData*) payload | 
Gets the data payload.
| - (int) sequenceNumber | 
Gets the page sequence number.
| - (void) setAbsoluteGranulePosition: | (int) | value | 
Sets the absolute granule position.
| - (void) setBeginningOfStream: | (bool) | value | 
Sets whether this page is the first page of the bitstream.
| - (void) setContinuedPacket: | (bool) | value | 
Sets whether this page is a continued (not fresh) packet.
| - (void) setEndOfStream: | (bool) | value | 
Sets whether this page is the last page of the bitstream.
| - (void) setPayload: | (NSMutableData *) | value | 
Sets the data payload.
| - (void) setSequenceNumber: | (int) | value | 
Sets the page sequence number.
| - (void) setStreamSerialNumber: | (int) | value | 
Sets the stream serial number.
| - (int) streamSerialNumber | 
Gets the stream serial number.