FMIceLinkVideoFrame Class Reference
| Inherits from | FMIceLinkMediaFrame : FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Conforms to | * FMIceLinkVideoBuffer FMIceLinkVideoBufferCollection FMIceLinkVideoFormat FMIceLinkVideoFrame |
| Declared in | FMIceLinkVideoFrame.h FMIceLinkVideoFrame.m |
– clone
Clones this instance.
- (FMIceLinkVideoFrame *)cloneDiscussion
Clones this instance.
Declared In
FMIceLinkVideoFrame.h
– createInstance
Creates a new instance.
- (FMIceLinkVideoFrame *)createInstanceDiscussion
Creates a new instance.
Declared In
FMIceLinkVideoFrame.h
– createMediaBufferCollection
Creates a media buffer collection.
- (FMIceLinkVideoBufferCollection *)createMediaBufferCollectionDiscussion
Creates a media buffer collection.
Declared In
FMIceLinkVideoFrame.h
– description
Returns a string that represents this instance.
- (NSString *)descriptionDiscussion
Returns a string that represents this instance.
Declared In
FMIceLinkVideoFrame.h
– init
Initializes a new instance of the FMIceLinkVideoFrame class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkVideoFrame class.
Declared In
FMIceLinkVideoFrame.h
– initWithBuffer:
Initializes a new instance of the FMIceLinkVideoFrame class.
- (instancetype)initWithBuffer:(FMIceLinkVideoBuffer *)bufferParameters
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 *)buffersParameters
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 *)videoFrameDiscussion
Initializes a new instance of the FMIceLinkVideoFrame class.
Declared In
FMIceLinkVideoFrame.h
+ videoFrameWithBuffer:
Initializes a new instance of the FMIceLinkVideoFrame class.
+ (FMIceLinkVideoFrame *)videoFrameWithBuffer:(FMIceLinkVideoBuffer *)bufferParameters
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 *)buffersParameters
buffers |
The buffers. |
|---|
Discussion
Initializes a new instance of the FMIceLinkVideoFrame class.
Declared In
FMIceLinkVideoFrame.h