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