FMIceLinkOggPageHeaderType Class Reference

Inherits from NSObject
Declared in FMIceLinkOggPageHeaderType.h
FMIceLinkOggPageHeaderType.m

Overview

Header type flags for an [FMIceLinkOggPage](../Classes/FMIceLinkOggPage.html). Can be set in the 5th byte of each page.

+ all

Gets a value indicating that all values are set.
+ (uint8_t)all

Discussion

Gets a value indicating that all values are set.

Declared In

FMIceLinkOggPageHeaderType.h

+ firstPage

Gets a value indicating whether or not this is the first page in the bitstream.
+ (uint8_t)firstPage

Discussion

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

Declared In

FMIceLinkOggPageHeaderType.h

+ isContinued

Gets a value indicating whether or not the page is a continuation of a previous page.
+ (uint8_t)isContinued

Discussion

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

Declared In

FMIceLinkOggPageHeaderType.h

+ lastPage

Gets a value indicating whether or not this is the last page in the bitstream.
+ (uint8_t)lastPage

Discussion

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

Declared In

FMIceLinkOggPageHeaderType.h

+ none

Gets a value indicating an empty value.
+ (uint8_t)none

Discussion

Gets a value indicating an empty value.

Declared In

FMIceLinkOggPageHeaderType.h