FMIceLinkFakeVideoSource Class Reference
| Inherits from | FMIceLinkVideoSource : FMIceLinkMediaSource : FMIceLinkMediaSourceBase : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Declared in | FMIceLinkFakeVideoSource.h FMIceLinkFakeVideoSource.m  | 
– config
	
Gets the output configuration.
			- (FMIceLinkVideoConfig *)configDiscussion
Gets the output configuration.
			Declared In
FMIceLinkFakeVideoSource.h
– doStart
	
Starts this instance.
			- (FMIceLinkFuture<id> *)doStartDiscussion
Starts this instance.
			Declared In
FMIceLinkFakeVideoSource.h
– doStop
	
Stops this instance.
			- (FMIceLinkFuture<id> *)doStopDiscussion
Stops this instance.
			Declared In
FMIceLinkFakeVideoSource.h
+ fakeVideoSourceWithConfig:
	
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			+ (FMIceLinkFakeVideoSource *)fakeVideoSourceWithConfig:(FMIceLinkVideoConfig *)configParameters
config | 
						The output configuration.  | 
					
|---|
Discussion
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			Declared In
FMIceLinkFakeVideoSource.h
+ fakeVideoSourceWithConfig:format:
	
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			+ (FMIceLinkFakeVideoSource *)fakeVideoSourceWithConfig:(FMIceLinkVideoConfig *)config format:(FMIceLinkVideoFormat *)formatParameters
config | 
						The output configuration.  | 
					
|---|---|
format | 
						The output format.  | 
					
Discussion
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			Declared In
FMIceLinkFakeVideoSource.h
– initWithConfig:
	
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			- (instancetype)initWithConfig:(FMIceLinkVideoConfig *)configParameters
config | 
						The output configuration.  | 
					
|---|
Discussion
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			Declared In
FMIceLinkFakeVideoSource.h
– initWithConfig:format:
	
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			- (instancetype)initWithConfig:(FMIceLinkVideoConfig *)config format:(FMIceLinkVideoFormat *)formatParameters
config | 
						The output configuration.  | 
					
|---|---|
format | 
						The output format.  | 
					
Discussion
Initializes a new instance of the [FMIceLinkFakeAudioSource](../Classes/FMIceLinkFakeAudioSource.html) class.
			Declared In
FMIceLinkFakeVideoSource.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkFakeVideoSource.h
– setConfig:
	
Sets the output configuration.
			- (void)setConfig:(FMIceLinkVideoConfig *)valueDiscussion
Sets the output configuration.
			Declared In
FMIceLinkFakeVideoSource.h