MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
MCVideoCapabilities Class Reference

This VideoCapabilities class represents the video capabilities of a video track. More...

#import <capabilities.h>

Inheritance diagram for MCVideoCapabilities:
Inheritance graph
[legend]
Collaboration diagram for MCVideoCapabilities:
Collaboration graph
[legend]

Instance Methods

(NSString *) - formatAsString
 Gets the pixel format as a string.
 

Properties

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.
 

Detailed Description

This VideoCapabilities class represents the video capabilities of a video track.

Method Documentation

◆ formatAsString

- (NSString *) formatAsString

Gets the pixel format as a string.

Property Documentation

◆ format

- (MCVideoType) format
readwriteatomic

The pixel format to use for the capture.

◆ fps

- (int) fps
readwriteatomic

The frame rate that defines the number of frames per second that the video track should be capable of delivering or receiving.

◆ height

- (int) height
readwriteatomic

The height of the captured video frame.

◆ width

- (int) width
readwriteatomic

The width of the captured video frame.


The documentation for this class was generated from the following file: