Header type flags for an FMLiveSwitchOggPage. More...
Instance Methods | |
| (instancetype) | - init |
Class Methods | |
| (uint8_t) | + all |
| Gets a value indicating that all values are set. More... | |
| (uint8_t) | + firstPage |
| Gets a value indicating whether or not this is the first page in the bitstream. More... | |
| (uint8_t) | + isContinued |
| Gets a value indicating whether or not the page is a continuation of a previous page. More... | |
| (uint8_t) | + lastPage |
| Gets a value indicating whether or not this is the last page in the bitstream. More... | |
| (uint8_t) | + none |
| Gets a value indicating an empty value. More... | |
| (FMLiveSwitchOggPageHeaderType *) | + pageHeaderType |
Header type flags for an FMLiveSwitchOggPage.
Can be set in the 5th byte of each page.
| + (uint8_t) all |
Gets a value indicating that all values are set.
| + (uint8_t) firstPage |
Gets a value indicating whether or not this is the first page in the bitstream.
| - (instancetype) init |
| + (uint8_t) isContinued |
Gets a value indicating whether or not the page is a continuation of a previous page.
| + (uint8_t) lastPage |
Gets a value indicating whether or not this is the last page in the bitstream.
| + (uint8_t) none |
Gets a value indicating an empty value.
| + (FMLiveSwitchOggPageHeaderType*) pageHeaderType |