Meeting SDK for macOS API 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. | |
Callback interface for managing virtual video source.
Definition at line 124 of file ZoomSDKRawDataVideoSourceController.h.
- (void) onInitialize: | (ZoomSDKRawDataSender *_Nullable) | sender | |
supportedCapabilityList: | (NSArray *_Nullable) | capabilityList | |
suggestCapability: | (ZoomSDKVideoCapabilityItem *_Nullable) | suggestCap |
Callback when the virtual video source is initialized.
sender | The sender object used to send raw video data. |
capabilityList | List of supported video capabilities. |
suggestCap | The suggested video capability for the current device. |
- (void) onPropertyChange: | (NSArray *_Nullable) | supportedCapabilityList | |
suggestCapability: | (ZoomSDKVideoCapabilityItem *_Nullable) | suggestCap |
Callback when the virtual video source property changes.
supportedCapabilityList | List of updated supported video capabilities. |
suggestCap | The updated suggested video capability. |
- (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.