public class RTSPStreamManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AudioDecoderThread |
mAudioThread |
private VideoDecoder |
mDecoder |
private android.view.Surface |
mSurface |
private java.lang.String |
mUrl |
private VideoDecodeThread |
mVideoThread |
Constructor and Description |
---|
RTSPStreamManager(int width,
int height,
VideoDecoder.FrameCallback frameCallback,
VideoDecoder.RtspNotify notify) |
Modifier and Type | Method and Description |
---|---|
void |
setSurface(android.view.Surface surface) |
void |
setUrl(java.lang.String url) |
void |
start() |
void |
stop() |
private VideoDecoder mDecoder
private AudioDecoderThread mAudioThread
private VideoDecodeThread mVideoThread
private java.lang.String mUrl
private android.view.Surface mSurface
public RTSPStreamManager(int width, int height, VideoDecoder.FrameCallback frameCallback, VideoDecoder.RtspNotify notify)