|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVideoStreamCodec
| Field Summary | |
|---|---|
static byte |
FLV_FRAME_KEY
FLV frame marker constant |
| Method Summary | |
|---|---|
boolean |
addData(IoBuffer data)
Update the state of the codec with the passed data. |
boolean |
canDropFrames()
Check if the codec supports frame dropping. |
boolean |
canHandleData(IoBuffer data)
Returns true if the codec knows how to handle the passed stream data. |
IoBuffer |
getDecoderConfiguration()
Returns information used to configure the decoder. |
IoBuffer |
getKeyframe()
|
String |
getName()
|
void |
reset()
Reset the codec to its initial state. |
| Field Detail |
|---|
static final byte FLV_FRAME_KEY
| Method Detail |
|---|
String getName()
void reset()
boolean canDropFrames()
boolean canHandleData(IoBuffer data)
data - some sample data to see if this codec can handle it.
boolean addData(IoBuffer data)
data - data to tell the codec we're adding
IoBuffer getKeyframe()
IoBuffer getDecoderConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||