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
5public interface ZoomSDKShareAudioSender {
6
7
21 MobileRTCRawDataError sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomSDKAudioChannel channel);
22}
Enumeration of audio channel types.
MobileRTCRawDataError sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomSDKAudioChannel channel)
Send audio raw data.