This VideoCapabilities class represents the video capabilities of a video track.
More...
#import <capabilities.h>
|
int | width |
| The width of the captured video frame.
|
|
int | height |
| The height of the captured video frame.
|
|
int | fps |
| The frame rate that defines the number of frames per second that the video track should be capable of delivering or receiving.
|
|
MCVideoType | format |
| The pixel format to use for the capture.
|
|
This VideoCapabilities class represents the video capabilities of a video track.
◆ formatAsString
- (NSString *) formatAsString |
|
|
|
Gets the pixel format as a string.
◆ format
The pixel format to use for the capture.
◆ fps
The frame rate that defines the number of frames per second that the video track should be capable of delivering or receiving.
◆ height
The height of the captured video frame.
◆ width
The width of the captured video frame.
The documentation for this class was generated from the following file: