FMIceLinkIvfVideoSink Class Reference

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

Overview

An IVF-file-based video sink.

– doDestroy

Destroys this instance.
- (void)doDestroy

Discussion

Destroys this instance.

Declared In

FMIceLinkIvfVideoSink.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

FMIceLinkIvfVideoSink.h

– initWithPath:

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

Parameters

path

The path.

Discussion

Initializes a new instance of the FMIceLinkIvfVideoSink class.

Declared In

FMIceLinkIvfVideoSink.h

– initWithPath:input:

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

Parameters

path

The path.

input

The input.

Discussion

Initializes a new instance of the FMIceLinkIvfVideoSink class.

Declared In

FMIceLinkIvfVideoSink.h

– label

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

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkIvfVideoSink.h

– path

Gets the path.
- (NSString *)path

Discussion

Gets the path.

Declared In

FMIceLinkIvfVideoSink.h

+ videoSinkWithPath:

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

Parameters

path

The path.

Discussion

Initializes a new instance of the FMIceLinkIvfVideoSink class.

Declared In

FMIceLinkIvfVideoSink.h

+ videoSinkWithPath:input:

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

Parameters

path

The path.

input

The input.

Discussion

Initializes a new instance of the FMIceLinkIvfVideoSink class.

Declared In

FMIceLinkIvfVideoSink.h