FMIceLinkMatroskaVideoSink Class Reference
| Inherits from | FMIceLinkVideoSink : FMIceLinkMediaSink : FMIceLinkMediaSinkBase : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Declared in | FMIceLinkMatroskaVideoSink.h FMIceLinkMatroskaVideoSink.m |
– doDestroy
Destroys this instance.
- (void)doDestroyDiscussion
Destroys this instance.
Declared In
FMIceLinkMatroskaVideoSink.h
– doProcessFrame:inputBuffer:
Processes a frame.
- (void)doProcessFrame:(FMIceLinkVideoFrame *)frame inputBuffer:(FMIceLinkVideoBuffer *)inputBufferParameters
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 *)pathParameters
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 *)formatParameters
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> *)inputParameters
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 *)labelDiscussion
Gets a label that identifies this class.
Declared In
FMIceLinkMatroskaVideoSink.h
– path
Gets the path.
- (NSString *)pathDiscussion
Gets the path.
Declared In
FMIceLinkMatroskaVideoSink.h
+ videoSinkWithPath:
Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
+ (FMIceLinkMatroskaVideoSink *)videoSinkWithPath:(NSString *)pathParameters
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 *)formatParameters
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> *)inputParameters
path |
The path. |
|---|---|
input |
The input. |
Discussion
Initializes a new instance of the FMIceLinkMatroskaVideoSink class.
Declared In
FMIceLinkMatroskaVideoSink.h