public class AudioDecoderThread
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private class |
AudioDecoderThread.AudioThread |
static interface |
AudioDecoderThread.DecodedListener |
Modifier and Type | Field and Description |
---|---|
private static int |
audioEncoding |
private AudioDecoderThread.AudioThread |
audioThread |
private static int |
channelConfiguration |
private boolean |
disableAudio |
private VideoDecoder.FrameCallback |
frameCallback |
private static int |
frequency |
private boolean |
mEnabledLiveStream |
private AudioDecoderThread.DecodedListener |
mListener |
private static int |
playBufSize |
private boolean |
stop |
Constructor and Description |
---|
AudioDecoderThread(AudioDecoderThread.DecodedListener listener)
audio decode thread
|
Modifier and Type | Method and Description |
---|---|
void |
setAudioStatus(boolean disableAudio) |
void |
setLiveStreamStatus(boolean enabledLiveStream) |
void |
start() |
void |
stop() |
private boolean stop
private AudioDecoderThread.AudioThread audioThread
private static final int frequency
private static final int channelConfiguration
private static final int audioEncoding
private VideoDecoder.FrameCallback frameCallback
private AudioDecoderThread.DecodedListener mListener
private static int playBufSize
private boolean disableAudio
private boolean mEnabledLiveStream
public AudioDecoderThread(AudioDecoderThread.DecodedListener listener)