FMIceLinkMatroskaSegmentInfo Class Reference

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

Overview

A Matroska segment info element.

– dateUtc

Gets the date in UTC time.
- (FMIceLinkNullableDate *)dateUtc

Discussion

Gets the date in UTC time.

Declared In

FMIceLinkMatroskaSegmentInfo.h

+ defaultTimecodeScale

Gets the default timecode scale.
+ (long long)defaultTimecodeScale

Discussion

Gets the default timecode scale.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– duration

Gets the duration.
- (FMIceLinkNullableFloat *)duration

Discussion

Gets the duration.

Declared In

FMIceLinkMatroskaSegmentInfo.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegmentInfo class.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegmentInfo class.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– mergeWithSegmentInfo:

Merges another FMIceLinkMatroskaSegmentInfo into this one.
- (void)mergeWithSegmentInfo:(FMIceLinkMatroskaSegmentInfo *)segmentInfo

Parameters

segmentInfo

The FMIceLinkMatroskaSegmentInfo.

Discussion

Merges another FMIceLinkMatroskaSegmentInfo into this one.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– muxingApp

Gets the muxing application.
- (NSString *)muxingApp

Discussion

Gets the muxing application.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– nextFilename

Gets the next filename.
- (NSString *)nextFilename

Discussion

Gets the next filename.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– nextUid

Gets the next UID.
- (FMIceLinkNullableGuid *)nextUid

Discussion

Gets the next UID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– prevFilename

Gets the previous filename.
- (NSString *)prevFilename

Discussion

Gets the previous filename.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– prevUid

Gets the previous UID.
- (FMIceLinkNullableGuid *)prevUid

Discussion

Gets the previous UID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– segmentFilename

Gets the segment filename.
- (NSString *)segmentFilename

Discussion

Gets the segment filename.

Declared In

FMIceLinkMatroskaSegmentInfo.h

+ segmentInfo

Initializes a new instance of the FMIceLinkMatroskaSegmentInfo class.
+ (FMIceLinkMatroskaSegmentInfo *)segmentInfo

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegmentInfo class.

Declared In

FMIceLinkMatroskaSegmentInfo.h

+ segmentInfoWithBytes:

Initializes a new instance of the FMIceLinkMatroskaSegmentInfo class.
+ (FMIceLinkMatroskaSegmentInfo *)segmentInfoWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegmentInfo class.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– segmentUid

Gets the segment UID.
- (FMIceLinkNullableGuid *)segmentUid

Discussion

Gets the segment UID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setDateUtc:

Sets the date in UTC time.
- (void)setDateUtc:(FMIceLinkNullableDate *)value

Discussion

Sets the date in UTC time.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setDuration:

Sets the [duration](#//api/name/duration).
- (void)setDuration:(FMIceLinkNullableFloat *)value

Discussion

Sets the [duration](#//api/name/duration).

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setMuxingApp:

Sets the muxing application.
- (void)setMuxingApp:(NSString *)value

Discussion

Sets the muxing application.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setNextFilename:

Sets the next filename.
- (void)setNextFilename:(NSString *)value

Discussion

Sets the next filename.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setNextUid:

Sets the next UID.
- (void)setNextUid:(FMIceLinkNullableGuid *)value

Discussion

Sets the next UID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setPrevFilename:

Sets the previous filename.
- (void)setPrevFilename:(NSString *)value

Discussion

Sets the previous filename.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setPrevUid:

Sets the previous UID.
- (void)setPrevUid:(FMIceLinkNullableGuid *)value

Discussion

Sets the previous UID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setSegmentFilename:

Sets the segment filename.
- (void)setSegmentFilename:(NSString *)value

Discussion

Sets the segment filename.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setSegmentUid:

Sets the segment UID.
- (void)setSegmentUid:(FMIceLinkNullableGuid *)value

Discussion

Sets the segment UID.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setTimecodeScale:

Sets the timecode scale.
- (void)setTimecodeScale:(long long)value

Discussion

Sets the timecode scale.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setTitle:

Sets the [title](#//api/name/title).
- (void)setTitle:(NSString *)value

Discussion

Sets the [title](#//api/name/title).

Declared In

FMIceLinkMatroskaSegmentInfo.h

– setWritingApp:

Sets the writing application.
- (void)setWritingApp:(NSString *)value

Discussion

Sets the writing application.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– timecodeScale

Gets the timecode scale.
- (long long)timecodeScale

Discussion

Gets the timecode scale.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– title

Gets the title.
- (NSString *)title

Discussion

Gets the title.

Declared In

FMIceLinkMatroskaSegmentInfo.h

– writingApp

Gets the writing application.
- (NSString *)writingApp

Discussion

Gets the writing application.

Declared In

FMIceLinkMatroskaSegmentInfo.h