FMIceLinkMatroskaSeek Class Reference

Inherits from FMIceLinkMatroskaElement : NSObject
Declared in FMIceLinkMatroskaSeek.h
FMIceLinkMatroskaSeek.m

Overview

A Matroska [seek](#//api/name/seek) element.

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSeek.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaSeek.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSeek.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeek class.

Declared In

FMIceLinkMatroskaSeek.h

– initWithBytes:

Initializes a new instance of the FMIceLinkMatroskaSeek class.
- (instancetype)initWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeek class.

Declared In

FMIceLinkMatroskaSeek.h

+ seek

Initializes a new instance of the FMIceLinkMatroskaSeek class.
+ (FMIceLinkMatroskaSeek *)seek

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeek class.

Declared In

FMIceLinkMatroskaSeek.h

– seekId

Gets the [seek](#//api/name/seek) identifier.
- (long long)seekId

Discussion

Gets the [seek](#//api/name/seek) identifier.

Declared In

FMIceLinkMatroskaSeek.h

– seekPosition

Gets the [seek](#//api/name/seek) position.
- (long long)seekPosition

Discussion

Gets the [seek](#//api/name/seek) position.

Declared In

FMIceLinkMatroskaSeek.h

+ seekWithBytes:

Initializes a new instance of the FMIceLinkMatroskaSeek class.
+ (FMIceLinkMatroskaSeek *)seekWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeek class.

Declared In

FMIceLinkMatroskaSeek.h

– setSeekId:

Sets the [seek](#//api/name/seek) identifier.
- (void)setSeekId:(long long)value

Discussion

Sets the [seek](#//api/name/seek) identifier.

Declared In

FMIceLinkMatroskaSeek.h

– setSeekPosition:

Sets the [seek](#//api/name/seek) position.
- (void)setSeekPosition:(long long)value

Discussion

Sets the [seek](#//api/name/seek) position.

Declared In

FMIceLinkMatroskaSeek.h