FMIceLinkMatroskaVideo Class Reference

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

Overview

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

+ defaultDisplayUnit

Gets the default display unit.
+ (long long)defaultDisplayUnit

Discussion

Gets the default display unit.

Declared In

FMIceLinkMatroskaVideo.h

+ defaultPixelCropBottom

Gets the default pixel crop bottom.
+ (long long)defaultPixelCropBottom

Discussion

Gets the default pixel crop bottom.

Declared In

FMIceLinkMatroskaVideo.h

+ defaultPixelCropLeft

Gets the default pixel crop left.
+ (long long)defaultPixelCropLeft

Discussion

Gets the default pixel crop left.

Declared In

FMIceLinkMatroskaVideo.h

+ defaultPixelCropRight

Gets the default pixel crop right.
+ (long long)defaultPixelCropRight

Discussion

Gets the default pixel crop right.

Declared In

FMIceLinkMatroskaVideo.h

+ defaultPixelCropTop

Gets the default pixel crop top.
+ (long long)defaultPixelCropTop

Discussion

Gets the default pixel crop top.

Declared In

FMIceLinkMatroskaVideo.h

– displayHeight

Gets the display height.
- (FMIceLinkNullableLong *)displayHeight

Discussion

Gets the display height.

Declared In

FMIceLinkMatroskaVideo.h

– displayUnit

Gets the display unit.
- (long long)displayUnit

Discussion

Gets the display unit.

Declared In

FMIceLinkMatroskaVideo.h

– displayWidth

Gets the display width.
- (FMIceLinkNullableLong *)displayWidth

Discussion

Gets the display width.

Declared In

FMIceLinkMatroskaVideo.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaVideo.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaVideo.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaVideo.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideo class.

Declared In

FMIceLinkMatroskaVideo.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideo class.

Declared In

FMIceLinkMatroskaVideo.h

– pixelCropBottom

Gets the pixel crop bottom.
- (long long)pixelCropBottom

Discussion

Gets the pixel crop bottom.

Declared In

FMIceLinkMatroskaVideo.h

– pixelCropLeft

Gets the pixel crop left.
- (long long)pixelCropLeft

Discussion

Gets the pixel crop left.

Declared In

FMIceLinkMatroskaVideo.h

– pixelCropRight

Gets the pixel crop right.
- (long long)pixelCropRight

Discussion

Gets the pixel crop right.

Declared In

FMIceLinkMatroskaVideo.h

– pixelCropTop

Gets the pixel crop top.
- (long long)pixelCropTop

Discussion

Gets the pixel crop top.

Declared In

FMIceLinkMatroskaVideo.h

– pixelHeight

Gets the pixel height.
- (long long)pixelHeight

Discussion

Gets the pixel height.

Declared In

FMIceLinkMatroskaVideo.h

– pixelWidth

Gets the pixel width.
- (long long)pixelWidth

Discussion

Gets the pixel width.

Declared In

FMIceLinkMatroskaVideo.h

– setDisplayHeight:

Sets the display height.
- (void)setDisplayHeight:(FMIceLinkNullableLong *)value

Discussion

Sets the display height.

Declared In

FMIceLinkMatroskaVideo.h

– setDisplayUnit:

Sets the display unit.
- (void)setDisplayUnit:(long long)value

Discussion

Sets the display unit.

Declared In

FMIceLinkMatroskaVideo.h

– setDisplayWidth:

Sets the display width.
- (void)setDisplayWidth:(FMIceLinkNullableLong *)value

Discussion

Sets the display width.

Declared In

FMIceLinkMatroskaVideo.h

– setPixelCropBottom:

Sets the pixel crop bottom.
- (void)setPixelCropBottom:(long long)value

Discussion

Sets the pixel crop bottom.

Declared In

FMIceLinkMatroskaVideo.h

– setPixelCropLeft:

Sets the pixel crop left.
- (void)setPixelCropLeft:(long long)value

Discussion

Sets the pixel crop left.

Declared In

FMIceLinkMatroskaVideo.h

– setPixelCropRight:

Sets the pixel crop right.
- (void)setPixelCropRight:(long long)value

Discussion

Sets the pixel crop right.

Declared In

FMIceLinkMatroskaVideo.h

– setPixelCropTop:

Sets the pixel crop top.
- (void)setPixelCropTop:(long long)value

Discussion

Sets the pixel crop top.

Declared In

FMIceLinkMatroskaVideo.h

– setPixelHeight:

Sets the pixel height.
- (void)setPixelHeight:(long long)value

Discussion

Sets the pixel height.

Declared In

FMIceLinkMatroskaVideo.h

– setPixelWidth:

Sets the pixel width.
- (void)setPixelWidth:(long long)value

Discussion

Sets the pixel width.

Declared In

FMIceLinkMatroskaVideo.h

+ video

Initializes a new instance of the FMIceLinkMatroskaVideo class.
+ (FMIceLinkMatroskaVideo *)video

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideo class.

Declared In

FMIceLinkMatroskaVideo.h

+ videoWithBytes:

Initializes a new instance of the FMIceLinkMatroskaVideo class.
+ (FMIceLinkMatroskaVideo *)videoWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideo class.

Declared In

FMIceLinkMatroskaVideo.h