FMLiveSwitchOggPageHeaderType Class Reference

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
 

Detailed Description

Header type flags for an FMLiveSwitchOggPage.

Can be set in the 5th byte of each page.

Method Documentation

◆ all

+ (uint8_t) all

Gets a value indicating that all values are set.

◆ firstPage

+ (uint8_t) firstPage

Gets a value indicating whether or not this is the first page in the bitstream.

◆ init

- (instancetype) init

◆ isContinued

+ (uint8_t) isContinued

Gets a value indicating whether or not the page is a continuation of a previous page.

◆ lastPage

+ (uint8_t) lastPage

Gets a value indicating whether or not this is the last page in the bitstream.

◆ none

+ (uint8_t) none

Gets a value indicating an empty value.

◆ pageHeaderType

+ (FMLiveSwitchOggPageHeaderType*) pageHeaderType