FMIceLinkMatroskaVideoSink Class Reference

Inherits from FMIceLinkVideoSink : FMIceLinkMediaSink : FMIceLinkMediaSinkBase : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkMatroskaVideoSink.h
FMIceLinkMatroskaVideoSink.m

Overview

A Matroska-file-based video sink.

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkMatroskaVideoSink.h

– doProcessFrame:inputBuffer:

Processes a frame.
- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBuffer

Parameters

frame

The frame.

inputBuffer

The input buffer.

Discussion

Processes a frame.

Declared In

FMIceLinkMatroskaVideoSink.h

– initWithPath:

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
- (instancetype)initWithPath:(NSString *)path

Parameters

path

The path.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.

Declared In

FMIceLinkMatroskaVideoSink.h

– initWithPath:format:

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
- (instancetype)initWithPath:(NSString *)path format:(FMIceLinkVideoFormat *)format

Parameters

path

The path.

format

The format.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.

Declared In

FMIceLinkMatroskaVideoSink.h

– initWithPath:input:

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
- (instancetype)initWithPath:(NSString *)path input:(NSObject<FMIceLinkIVideoOutput> *)input

Parameters

path

The path.

input

The input.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.

Declared In

FMIceLinkMatroskaVideoSink.h

– label

Gets a label that identifies this class.
- (NSString *)label

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkMatroskaVideoSink.h

– path

Gets the path.
- (NSString *)path

Discussion

Gets the path.

Declared In

FMIceLinkMatroskaVideoSink.h

+ videoSinkWithPath:

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
+ (FMIceLinkMatroskaVideoSink *)videoSinkWithPath:(NSString *)path

Parameters

path

The path.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.

Declared In

FMIceLinkMatroskaVideoSink.h

+ videoSinkWithPath:format:

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
+ (FMIceLinkMatroskaVideoSink *)videoSinkWithPath:(NSString *)path format:(FMIceLinkVideoFormat *)format

Parameters

path

The path.

format

The format.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.

Declared In

FMIceLinkMatroskaVideoSink.h

+ videoSinkWithPath:input:

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
+ (FMIceLinkMatroskaVideoSink *)videoSinkWithPath:(NSString *)path input:(NSObject<FMIceLinkIVideoOutput> *)input

Parameters

path

The path.

input

The input.

Discussion

Initializes a new instance of the FMIceLinkMatroskaVideoSink class.

Declared In

FMIceLinkMatroskaVideoSink.h