FMIceLinkIVideoOutputCollection Class Reference
| Inherits from | FMIceLinkIMediaOutputCollection : FMIceLinkCollection : NSObject | 
|---|---|
| Conforms to | * < > FMIceLinkIVideoInput FMIceLinkIVideoOutput FMIceLinkIVideoOutputCollection FMIceLinkVideoBuffer FMIceLinkVideoBufferCollection FMIceLinkVideoFormat FMIceLinkVideoFrame NSObject  | 
| Declared in | FMIceLinkIVideoOutputCollection.h FMIceLinkIVideoOutputCollection.m  | 
– arrayFromList:
	
Creates an array from a list.
			- (NSMutableArray *)arrayFromList:(NSMutableArray<NSObject<FMIceLinkIVideoOutput> *> *)listParameters
list | 
						The list.  | 
					
|---|
Discussion
Creates an array from a list.
			Declared In
FMIceLinkIVideoOutputCollection.h
– createCollection
	
Creates a collection.
			- (FMIceLinkIVideoOutputCollection *)createCollectionDiscussion
Creates a collection.
			Declared In
FMIceLinkIVideoOutputCollection.h
– initWithInput:
	
Initializes a new instance of the FMIceLinkIVideoOutputCollection class.
			- (instancetype)initWithInput:(NSObject<FMIceLinkIVideoInput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkIVideoOutputCollection class.
			Declared In
FMIceLinkIVideoOutputCollection.h
+ iVideoOutputCollectionWithInput:
	
Initializes a new instance of the FMIceLinkIVideoOutputCollection class.
			+ (FMIceLinkIVideoOutputCollection *)iVideoOutputCollectionWithInput:(NSObject<FMIceLinkIVideoInput> *)inputParameters
input | 
						The input.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkIVideoOutputCollection class.
			Declared In
FMIceLinkIVideoOutputCollection.h