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)allDiscussion
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)firstPageDiscussion
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)isContinuedDiscussion
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)lastPageDiscussion
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)noneDiscussion
Gets a value indicating an empty value.
			Declared In
FMIceLinkOggPageHeaderType.h