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
6
16
27 int sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomVideoSDKAudioChannel channel);
28}
Enumerations of audio channel types.
int sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomVideoSDKAudioChannel channel)
Send audio raw data.