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

Overview

A video branch.

– arrayFromTracks:

Creates an array of tracks from a list of tracks.
- (NSMutableArray *)arrayFromTracks:(NSMutableArray<FMIceLinkVideoTrack*> *)tracks

Parameters

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 *)tracks

Parameters

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 *)label

Discussion

Gets a label that identifies this class.

Declared In

FMIceLinkVideoBranch.h

+ videoBranchWithTracks:

Initializes a new instance of the FMIceLinkVideoBranch class.
+ (FMIceLinkVideoBranch *)videoBranchWithTracks:(NSMutableArray *)tracks

Parameters

tracks

The tracks.

Discussion

Initializes a new instance of the FMIceLinkVideoBranch class.

Declared In

FMIceLinkVideoBranch.h