FMIceLinkIVideoTrack Protocol Reference

Conforms to FMIceLinkIMediaTrack
Declared in FMIceLinkIVideoTrack.h

Overview

Video track interface.

– addOnSize: required method

Adds a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.
- (void)addOnSize:(FMIceLinkAction1 *)value

Discussion

Adds a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.

Declared In

FMIceLinkIVideoTrack.h

– addOnSizeWithBlock required method

Adds a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkSize *) ))addOnSizeWithBlock

Discussion

Adds a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.

Declared In

FMIceLinkIVideoTrack.h

– addOnSizeWithBlock: required method

Adds a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.
- (void)addOnSizeWithBlock:(void ( ^ ) ( FMIceLinkSize *))valueBlock

Discussion

Adds a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.

Declared In

FMIceLinkIVideoTrack.h

– grabFrame required method

Grabs the next frame once it's rendered.
- (FMIceLinkFuture *)grabFrame

Discussion

Grabs the next frame once it's rendered.

Declared In

FMIceLinkIVideoTrack.h

– removeOnSize: required method

Removes a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.
- (void)removeOnSize:(FMIceLinkAction1 *)value

Discussion

Removes a handler that is raised whenever the [size](#//api/name/size) of this track is calculated.

Declared In

FMIceLinkIVideoTrack.h

– size required method

Gets the size of this track.
- (FMIceLinkSize *)size

Discussion

Gets the size of this track.

Declared In

FMIceLinkIVideoTrack.h