FMIceLinkOggPage Class Reference

Inherits from NSObject
Declared in FMIceLinkOggPage.h
FMIceLinkOggPage.m

Overview

An Ogg [page](#//api/name/page).

– absoluteGranulePosition

Gets the absolute granule position.
- (int)absoluteGranulePosition

Discussion

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)beginningOfStream

Discussion

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)continuedPacket

Discussion

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)endOfStream

Discussion

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 *)getBytes

Discussion

Gets the [page](#//api/name/page) as a byte array.

Declared In

FMIceLinkOggPage.h

– init

Initializes a new instance of the FMIceLinkOggPage class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkOggPage class.

Declared In

FMIceLinkOggPage.h

+ page

Initializes a new instance of the FMIceLinkOggPage class.
+ (FMIceLinkOggPage *)page

Discussion

Initializes a new instance of the FMIceLinkOggPage class.

Declared In

FMIceLinkOggPage.h

– payload

Gets the data pay[load](#//api/name/load).
- (NSMutableData *)payload

Discussion

Gets the data pay[load](#//api/name/load).

Declared In

FMIceLinkOggPage.h

– sequenceNumber

Gets the [page](#//api/name/page) sequence number.
- (int)sequenceNumber

Discussion

Gets the [page](#//api/name/page) sequence number.

Declared In

FMIceLinkOggPage.h

– setAbsoluteGranulePosition:

Sets the absolute granule position.
- (void)setAbsoluteGranulePosition:(int)value

Discussion

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)value

Discussion

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)value

Discussion

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)value

Discussion

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 *)value

Discussion

Sets the data [payload](#//api/name/payload).

Declared In

FMIceLinkOggPage.h

– setSequenceNumber:

Sets the [page](#//api/name/page) sequence number.
- (void)setSequenceNumber:(int)value

Discussion

Sets the [page](#//api/name/page) sequence number.

Declared In

FMIceLinkOggPage.h

– setStreamSerialNumber:

Sets the stream serial number.
- (void)setStreamSerialNumber:(int)value

Discussion

Sets the stream serial number.

Declared In

FMIceLinkOggPage.h

– streamSerialNumber

Gets the stream serial number.
- (int)streamSerialNumber

Discussion

Gets the stream serial number.

Declared In

FMIceLinkOggPage.h