FMIceLinkOggPage Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkOggPage.h FMIceLinkOggPage.m  | 
– absoluteGranulePosition
	
Gets the absolute granule position.
			- (int)absoluteGranulePositionDiscussion
Gets the absolute granule position.
			Declared In
FMIceLinkOggPage.h
– beginningOfStream
	
Gets whether this [page](#//api/name/page) is the first [page](#//api/name/page) of the bitstream.
			- (bool)beginningOfStreamDiscussion
Gets whether this [page](#//api/name/page) is the first [page](#//api/name/page) of the bitstream.
			Declared In
FMIceLinkOggPage.h
– continuedPacket
	
Gets whether this [page](#//api/name/page) is a continued (not fresh) packet.
			- (bool)continuedPacketDiscussion
Gets whether this [page](#//api/name/page) is a continued (not fresh) packet.
			Declared In
FMIceLinkOggPage.h
– endOfStream
	
Gets whether this [page](#//api/name/page) is the last [page](#//api/name/page) of the bitstream.
			- (bool)endOfStreamDiscussion
Gets whether this [page](#//api/name/page) is the last [page](#//api/name/page) of the bitstream.
			Declared In
FMIceLinkOggPage.h
– getBytes
	
Gets the [page](#//api/name/page) as a byte array.
			- (NSMutableData *)getBytesDiscussion
Gets the [page](#//api/name/page) as a byte array.
			Declared In
FMIceLinkOggPage.h
– init
	
Initializes a new instance of the FMIceLinkOggPage class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkOggPage class.
			Declared In
FMIceLinkOggPage.h
+ page
	
Initializes a new instance of the FMIceLinkOggPage class.
			+ (FMIceLinkOggPage *)pageDiscussion
Initializes a new instance of the FMIceLinkOggPage class.
			Declared In
FMIceLinkOggPage.h
– payload
	
Gets the data pay[load](#//api/name/load).
			- (NSMutableData *)payloadDiscussion
Gets the data pay[load](#//api/name/load).
			Declared In
FMIceLinkOggPage.h
– sequenceNumber
	
Gets the [page](#//api/name/page) sequence number.
			- (int)sequenceNumberDiscussion
Gets the [page](#//api/name/page) sequence number.
			Declared In
FMIceLinkOggPage.h
– setAbsoluteGranulePosition:
	
Sets the absolute granule position.
			- (void)setAbsoluteGranulePosition:(int)valueDiscussion
Sets the absolute granule position.
			Declared In
FMIceLinkOggPage.h
– setBeginningOfStream:
	
Sets whether this [page](#//api/name/page) is the first [page](#//api/name/page) of the bitstream.
			- (void)setBeginningOfStream:(bool)valueDiscussion
Sets whether this [page](#//api/name/page) is the first [page](#//api/name/page) of the bitstream.
			Declared In
FMIceLinkOggPage.h
– setContinuedPacket:
	
Sets whether this [page](#//api/name/page) is a continued (not fresh) packet.
			- (void)setContinuedPacket:(bool)valueDiscussion
Sets whether this [page](#//api/name/page) is a continued (not fresh) packet.
			Declared In
FMIceLinkOggPage.h
– setEndOfStream:
	
Sets whether this [page](#//api/name/page) is the last [page](#//api/name/page) of the bitstream.
			- (void)setEndOfStream:(bool)valueDiscussion
Sets whether this [page](#//api/name/page) is the last [page](#//api/name/page) of the bitstream.
			Declared In
FMIceLinkOggPage.h
– setPayload:
	
Sets the data [payload](#//api/name/payload).
			- (void)setPayload:(NSMutableData *)valueDiscussion
Sets the data [payload](#//api/name/payload).
			Declared In
FMIceLinkOggPage.h
– setSequenceNumber:
	
Sets the [page](#//api/name/page) sequence number.
			- (void)setSequenceNumber:(int)valueDiscussion
Sets the [page](#//api/name/page) sequence number.
			Declared In
FMIceLinkOggPage.h
– setStreamSerialNumber:
	
Sets the stream serial number.
			- (void)setStreamSerialNumber:(int)valueDiscussion
Sets the stream serial number.
			Declared In
FMIceLinkOggPage.h
– streamSerialNumber
	
Gets the stream serial number.
			- (int)streamSerialNumberDiscussion
Gets the stream serial number.
			Declared In
FMIceLinkOggPage.h