Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareAudioSender.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.nio.ByteBuffer;
4
9
22 int sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomVideoSDKAudioChannel channel);
23}
Enumerations of audio channel types.
int sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomVideoSDKAudioChannel channel)
Sends audio raw data. Supported audio data properties: Sample Rate: 8000/11025/32000/44100/48000/5000...