FMIceLinkIVideoTrack Protocol Reference
| Conforms to | FMIceLinkIMediaTrack | 
|---|---|
| Declared in | FMIceLinkIVideoTrack.h | 
– addOnSize:
required method
	
Adds a handler that is raised whenever the [size](#//api/name/size) of
this track is calculated.
			- (void)addOnSize:(FMIceLinkAction1 *)valueDiscussion
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 *) ))addOnSizeWithBlockDiscussion
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 *))valueBlockDiscussion
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 *)grabFrameDiscussion
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 *)valueDiscussion
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 *)sizeDiscussion
Gets the size of this track.
			Declared In
FMIceLinkIVideoTrack.h