public interface HardDecodeWay extends VideoSurfaceListener
| Modifier and Type | Method and Description |
|---|---|
VideoDecoderCenterExt.HardDecoderStaffVersion |
getHardDecodeType() |
android.graphics.Bitmap |
GetScreenShot() |
long |
getUserGroupId() |
YspVideoViewInfo |
getVideoViewInfo(long streamid) |
boolean |
IsDecoderNeedReconfig() |
void |
OnStreamEnd() |
void |
OnVideoConfig(byte[] header,
int width,
int height,
java.lang.String mime) |
void |
OnVideoDataArrived(byte[] data,
long pts) |
void |
Quit() |
void |
SetPlayNotify(PlayNotify playNotify) |
void |
SetVideoIds(long userGroupId,
long streamId) |
void |
setVideoInfoCallback(IVideoInfoCallback callback) |
void |
setVrStream(boolean vrStream) |
void |
Start() |
OnSurfaceChanged, OnSurfaceCreated, OnSurfaceDestroyed, OnSurfaceRedrawvoid Start()
boolean IsDecoderNeedReconfig()
void SetPlayNotify(PlayNotify playNotify)
void SetVideoIds(long userGroupId,
long streamId)
void OnStreamEnd()
android.graphics.Bitmap GetScreenShot()
void OnVideoConfig(byte[] header,
int width,
int height,
java.lang.String mime)
void OnVideoDataArrived(byte[] data,
long pts)
void Quit()
void setVrStream(boolean vrStream)
VideoDecoderCenterExt.HardDecoderStaffVersion getHardDecodeType()
long getUserGroupId()
void setVideoInfoCallback(IVideoInfoCallback callback)
YspVideoViewInfo getVideoViewInfo(long streamid)