FMIceLinkVideoFrame Class Reference

Inherits from FMIceLinkMediaFrame : FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Conforms to *
FMIceLinkVideoBuffer
FMIceLinkVideoBufferCollection
FMIceLinkVideoFormat
FMIceLinkVideoFrame
Declared in FMIceLinkVideoFrame.h
FMIceLinkVideoFrame.m

Overview

A video frame.

– clone

Clones this instance.
- (FMIceLinkVideoFrame *)clone

Discussion

Clones this instance.

Declared In

FMIceLinkVideoFrame.h

– createInstance

Creates a new instance.
- (FMIceLinkVideoFrame *)createInstance

Discussion

Creates a new instance.

Declared In

FMIceLinkVideoFrame.h

– createMediaBufferCollection

Creates a media buffer collection.
- (FMIceLinkVideoBufferCollection *)createMediaBufferCollection

Discussion

Creates a media buffer collection.

Declared In

FMIceLinkVideoFrame.h

– description

Returns a string that represents this instance.
- (NSString *)description

Discussion

Returns a string that represents this instance.

Declared In

FMIceLinkVideoFrame.h

– init

Initializes a new instance of the FMIceLinkVideoFrame class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkVideoFrame class.

Declared In

FMIceLinkVideoFrame.h

– initWithBuffer:

Initializes a new instance of the FMIceLinkVideoFrame class.
- (instancetype)initWithBuffer:(FMIceLinkVideoBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkVideoFrame class.

Declared In

FMIceLinkVideoFrame.h

– initWithBuffers:

Initializes a new instance of the FMIceLinkVideoFrame class.
- (instancetype)initWithBuffers:(NSMutableArray *)buffers

Parameters

buffers

The buffers.

Discussion

Initializes a new instance of the FMIceLinkVideoFrame class.

Declared In

FMIceLinkVideoFrame.h

+ videoFrame

Initializes a new instance of the FMIceLinkVideoFrame class.
+ (FMIceLinkVideoFrame *)videoFrame

Discussion

Initializes a new instance of the FMIceLinkVideoFrame class.

Declared In

FMIceLinkVideoFrame.h

+ videoFrameWithBuffer:

Initializes a new instance of the FMIceLinkVideoFrame class.
+ (FMIceLinkVideoFrame *)videoFrameWithBuffer:(FMIceLinkVideoBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkVideoFrame class.

Declared In

FMIceLinkVideoFrame.h

+ videoFrameWithBuffers:

Initializes a new instance of the FMIceLinkVideoFrame class.
+ (FMIceLinkVideoFrame *)videoFrameWithBuffers:(NSMutableArray *)buffers

Parameters

buffers

The buffers.

Discussion

Initializes a new instance of the FMIceLinkVideoFrame class.

Declared In

FMIceLinkVideoFrame.h