Package us.zoom.sdk
Interface ZoomVideoSDKVirtualAudioSpeaker
public interface ZoomVideoSDKVirtualAudioSpeaker
An interface that handles the virtual audio speaker.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback event for receiving the mixed audio raw data from the virtual speaker.void
Callback event for receiving the one way audio raw data of a selected user from the virtual speaker.void
Callback event for receiving the share audio raw data such as buffer, sampleRate, etc.
-
Method Details
-
onVirtualSpeakerMixedAudioReceived
Callback event for receiving the mixed audio raw data from the virtual speaker.- Parameters:
data
- The mixed audio raw data.ZoomVideoSDKAudioRawData
-
onVirtualSpeakerOneWayAudioReceived
Callback event for receiving the one way audio raw data of a selected user from the virtual speaker.- Parameters:
data
- The one way audio raw data.ZoomVideoSDKAudioRawData
user
- The related user id of the audio raw data.ZoomVideoSDKUser
-