Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKPSVideoSourceCapability Class Reference

Describes video source capabilities for production studio mode. More...

#include <ZoomSDKMeetingProductionStudioController.h>

Inherits NSObject.

Properties

int width
 The width of send video data.
 
int height
 The height of send video data.
 
ZoomSDKFrameDataFormat format
 The format of send video data.
 

Detailed Description

Describes video source capabilities for production studio mode.

Definition at line 44 of file ZoomSDKMeetingProductionStudioController.h.

Property Documentation

◆ format

- (ZoomSDKFrameDataFormat) format
readwritenonatomicassign

The format of send video data.

Definition at line 59 of file ZoomSDKMeetingProductionStudioController.h.

◆ height

- (int) height
readwritenonatomicassign

The height of send video data.

Definition at line 54 of file ZoomSDKMeetingProductionStudioController.h.

◆ width

- (int) width
readwritenonatomicassign

The width of send video data.

Definition at line 49 of file ZoomSDKMeetingProductionStudioController.h.