Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKShareAudioSender.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.nio.ByteBuffer;
4
8public interface ZoomSDKShareAudioSender {
9
10
22 MobileRTCRawDataError sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomSDKAudioChannel channel);
23}
Enumeration of raw data errors.
Enumeration of audio channel types.
Interface for sharing audio sender operations.
MobileRTCRawDataError sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomSDKAudioChannel channel)
Sends audio raw data.