1#import <Foundation/Foundation.h>
2#import <MillicastSDK/exports.h>
#define MILLICAST_API
Definition exports.h:51
This VideoCapabilities class represents the video capabilities of a video track.
Definition capabilities.h:24
int height
The height of the captured video frame.
Definition capabilities.h:29
NSString * formatAsString()
Gets the pixel format as a string.
int fps
The frame rate that defines the number of frames per second that the video track should be capable of...
Definition capabilities.h:32
int width
The width of the captured video frame.
Definition capabilities.h:26
MCVideoType format
The pixel format to use for the capture.
Definition capabilities.h:35
typedef NS_CLOSED_ENUM(NSInteger, MCVideoType)
Definition capabilities.h:4
void NSError *_Nullable completionHandler NS_SWIFT_NAME(addWebrtcRemoteTrack(kind:cname:completionHandler:))