FMIceLinkVideoBranch Class Reference
| Inherits from | FMIceLinkMediaBranch : FMIceLinkDynamic : FMIceLinkSerializable : NSObject | 
|---|---|
| Conforms to | * < > FMIceLinkIVideoElement FMIceLinkIVideoInput FMIceLinkIVideoInputCollection FMIceLinkIVideoOutput FMIceLinkIVideoOutputCollection FMIceLinkVideoBranch FMIceLinkVideoBuffer FMIceLinkVideoBufferCollection FMIceLinkVideoFormat FMIceLinkVideoFrame FMIceLinkVideoPipe FMIceLinkVideoSink FMIceLinkVideoSource FMIceLinkVideoTrack NSObject  | 
| Declared in | FMIceLinkVideoBranch.h FMIceLinkVideoBranch.m  | 
– arrayFromTracks:
	
Creates an array of tracks from a list of tracks.
			- (NSMutableArray *)arrayFromTracks:(NSMutableArray<FMIceLinkVideoTrack*> *)tracksParameters
tracks | 
						The list of tracks.  | 
					
|---|
Discussion
Creates an array of tracks from a list of tracks.
			Declared In
FMIceLinkVideoBranch.h
– initWithTracks:
	
Initializes a new instance of the FMIceLinkVideoBranch class.
			- (instancetype)initWithTracks:(NSMutableArray *)tracksParameters
tracks | 
						The tracks.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVideoBranch class.
			Declared In
FMIceLinkVideoBranch.h
– label
	
Gets a label that identifies this class.
			- (NSString *)labelDiscussion
Gets a label that identifies this class.
			Declared In
FMIceLinkVideoBranch.h
+ videoBranchWithTracks:
	
Initializes a new instance of the FMIceLinkVideoBranch class.
			+ (FMIceLinkVideoBranch *)videoBranchWithTracks:(NSMutableArray *)tracksParameters
tracks | 
						The tracks.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkVideoBranch class.
			Declared In
FMIceLinkVideoBranch.h