Meeting SDK for macOS API Reference
|
Interface definitions for managing Zoom SDK raw data. More...
import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>
import <ZoomSDK/ZoomSDKRenderer.h>
Go to the source code of this file.
Data Structures | |
class | ZoomSDKAudioRawData |
Represents audio raw data received from the SDK. More... | |
protocol | <ZoomSDKAudioRawDataDelegate> |
Delegate to handle raw audio data. More... | |
class | ZoomSDKAudioRawDataHelper |
Helper to subscribe or unsubscribe audio raw data. More... | |
class | ZoomSDKRawDataController |
Controller for managing raw data helpers and sources. More... | |
Interface definitions for managing Zoom SDK raw data.
This file provides interfaces for accessing and controlling audio, video, and share raw data streams, including subscription control and rendering integration.
Definition in file ZoomSDKRawDataController.h.