FMIceLinkMatroskaVideoSource Class Reference
| Inherits from | FMIceLinkVideoSource : FMIceLinkMediaSource : FMIceLinkMediaSourceBase : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkMatroskaVideoSource.h FMIceLinkMatroskaVideoSource.m  | 
– addOnEnded:
	
Adds a handler that is raised when the file ends.
			- (void)addOnEnded:(FMIceLinkAction0 *)valueDiscussion
Adds a handler that is raised when the file ends.
			Declared In
FMIceLinkMatroskaVideoSource.h
– createH264Decoder
	
Creates an H.264 decoder.
@return
- (FMIceLinkVideoDecoder *)createH264DecoderDiscussion
Creates an H.264 decoder.
@return
Declared In
FMIceLinkMatroskaVideoSource.h
– createVp8Decoder
	
Creates a VP8 decoder.
@return
- (FMIceLinkVideoDecoder *)createVp8DecoderDiscussion
Creates a VP8 decoder.
@return
Declared In
FMIceLinkMatroskaVideoSource.h
– createVp9Decoder
	
Creates a VP9 decoder.
@return
- (FMIceLinkVideoDecoder *)createVp9DecoderDiscussion
Creates a VP9 decoder.
@return
Declared In
FMIceLinkMatroskaVideoSource.h
– doStart
	
Starts the source.
@return
- (FMIceLinkFuture<id> *)doStartDiscussion
Starts the source.
@return
Declared In
FMIceLinkMatroskaVideoSource.h
– doStop
	
Stops the source.
@return
- (FMIceLinkFuture<id> *)doStopDiscussion
Stops the source.
@return
Declared In
FMIceLinkMatroskaVideoSource.h
– getInputs
	
Gets the source inputs (tracks).
@return
- (FMIceLinkFuture<NSMutableArray*> *)getInputsDiscussion
Gets the source inputs (tracks).
@return
Declared In
FMIceLinkMatroskaVideoSource.h
– initWithPath:
	
Initializes a new instance of the FMIceLinkMatroskaVideoSource class.
			- (instancetype)initWithPath:(NSString *)pathParameters
path | 
						The path.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaVideoSource class.
			Declared In
FMIceLinkMatroskaVideoSource.h
– label
	
Gets the label.
			- (NSString *)labelDiscussion
Gets the label.
			Declared In
FMIceLinkMatroskaVideoSource.h
– path
	
Gets the path.
			- (NSString *)pathDiscussion
Gets the path.
			Declared In
FMIceLinkMatroskaVideoSource.h
– removeOnEnded:
	
Removes a handler that is raised when the file ends.
			- (void)removeOnEnded:(FMIceLinkAction0 *)valueDiscussion
Removes a handler that is raised when the file ends.
			Declared In
FMIceLinkMatroskaVideoSource.h
+ videoSourceWithPath:
	
Initializes a new instance of the FMIceLinkMatroskaVideoSource class.
			+ (FMIceLinkMatroskaVideoSource *)videoSourceWithPath:(NSString *)pathParameters
path | 
						The path.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaVideoSource class.
			Declared In
FMIceLinkMatroskaVideoSource.h