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

#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

Definition at line 32 of file ZoomSDKMeetingProductionStudioController.h.

Property Documentation

◆ format

- (ZoomSDKFrameDataFormat) format
readwritenonatomicassign

The format of send video data.

Definition at line 47 of file ZoomSDKMeetingProductionStudioController.h.

◆ height

- (int) height
readwritenonatomicassign

The height of send video data.

Definition at line 42 of file ZoomSDKMeetingProductionStudioController.h.

◆ width

- (int) width
readwritenonatomicassign

The width of send video data.

Definition at line 37 of file ZoomSDKMeetingProductionStudioController.h.