public class WebRtcAudioTrack
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
WebRtcAudioTrack.AudioTrackListener |
static class |
WebRtcAudioTrack.AudioTrackStartErrorCode |
static interface |
WebRtcAudioTrack.ErrorCallback |
Modifier and Type | Method and Description |
---|---|
boolean |
initPlayout(int sampleRate,
int channels,
double bufferSizeFactor) |
static void |
setAudioTrackUsageAttribute(int usage) |
static void |
setErrorCallback(WebRtcAudioTrack.ErrorCallback errorCallback) |
static void |
setSpeakerMute(boolean mute) |
boolean |
startPlayout() |
boolean |
stopPlayout() |
public static void setAudioTrackUsageAttribute(int usage)
public static void setErrorCallback(WebRtcAudioTrack.ErrorCallback errorCallback)
public boolean initPlayout(int sampleRate, int channels, double bufferSizeFactor)
public boolean startPlayout()
public boolean stopPlayout()
public static void setSpeakerMute(boolean mute)