|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVideoDecoder
IVideoDecoder - video decoder interface.
| Nested Class Summary | |
|---|---|
static class |
IVideoDecoder.CallbackAdapter
CallbackAdapter - video decoder callback adapter. |
static interface |
IVideoDecoder.ICallback
ICallback - video decoder callback. |
| Method Summary | |
|---|---|
int |
decodeFrame(java.lang.Object tag,
ByteArray data,
IVideoDecoder.ICallback callback)
Decodes the frame. |
int |
id()
Returns codec id (one of VideoCodec constants). |
void |
release()
Release resources acquired by decoder. |
| Method Detail |
|---|
int id()
VideoCodec constants).
int decodeFrame(java.lang.Object tag,
ByteArray data,
IVideoDecoder.ICallback callback)
throws java.lang.Exception
tag - frame tagdata - callback -
0 frame is delayed
(for example, P frame in the bi-direction prediction mode).
java.lang.Exception - if an exception occurredvoid release()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||