Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKVirtualVideoSourceDelegate> Protocol Reference

Callback interface for managing virtual video source. More...

#include <ZoomSDKRawDataVideoSourceController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onInitialize:supportedCapabilityList:suggestCapability:
 Callback when the virtual video source is initialized.
 
(void) - onPropertyChange:suggestCapability:
 Callback when the virtual video source property changes.
 
(void) - onStartSend
 Callback to indicate the start of video data sending.
 
(void) - onStopSend
 Callback to indicate the stop of video data sending.
 
(void) - onUninitialize
 Callback when the virtual video source is uninitialized.
 

Detailed Description

Callback interface for managing virtual video source.

Definition at line 124 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ onInitialize:supportedCapabilityList:suggestCapability:

- (void) onInitialize: (ZoomSDKRawDataSender *_Nullable) sender
supportedCapabilityList: (NSArray *_Nullable) capabilityList
suggestCapability: (ZoomSDKVideoCapabilityItem *_Nullable) suggestCap 

Callback when the virtual video source is initialized.

Parameters
senderThe sender object used to send raw video data.
capabilityListList of supported video capabilities.
suggestCapThe suggested video capability for the current device.

◆ onPropertyChange:suggestCapability:

- (void) onPropertyChange: (NSArray *_Nullable) supportedCapabilityList
suggestCapability: (ZoomSDKVideoCapabilityItem *_Nullable) suggestCap 

Callback when the virtual video source property changes.

Parameters
supportedCapabilityListList of updated supported video capabilities.
suggestCapThe updated suggested video capability.

◆ onStartSend

- (void) onStartSend

Callback to indicate the start of video data sending.

◆ onStopSend

- (void) onStopSend

Callback to indicate the stop of video data sending.

◆ onUninitialize

- (void) onUninitialize

Callback when the virtual video source is uninitialized.