Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareAudioSender.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
import
java.nio.ByteBuffer;
4
5
public
interface
ZoomVideoSDKShareAudioSender
{
6
16
27
int
sendShareAudio
(ByteBuffer data,
int
data_length,
int
sample_rate,
ZoomVideoSDKAudioChannel
channel);
28
}
us.zoom.sdk.ZoomVideoSDKAudioChannel
Enumerations of audio channel types.
Definition
ZoomVideoSDKAudioChannel.java:6
us.zoom.sdk.ZoomVideoSDKShareAudioSender
Definition
ZoomVideoSDKShareAudioSender.java:5
us.zoom.sdk.ZoomVideoSDKShareAudioSender.sendShareAudio
int sendShareAudio(ByteBuffer data, int data_length, int sample_rate, ZoomVideoSDKAudioChannel channel)
Send audio raw data.
sdk
ZoomVideoSDKShareAudioSender.java
Generated by
1.12.0