|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVideoStreamCodec
| Method Summary | |
|---|---|
boolean |
addData(org.apache.mina.common.ByteBuffer data)
Update the state of the codec with the passed data. |
boolean |
canDropFrames()
Check if the codec supports frame dropping. |
boolean |
canHandleData(org.apache.mina.common.ByteBuffer data)
Returns true if the codec knows how to handle the passed stream data. |
org.apache.mina.common.ByteBuffer |
getKeyframe()
Return the data for a keyframe. |
String |
getName()
Return the name of the video codec. |
void |
reset()
Reset the codec to its initial state. |
| Method Detail |
|---|
String getName()
void reset()
boolean canDropFrames()
boolean canHandleData(org.apache.mina.common.ByteBuffer data)
data -
boolean addData(org.apache.mina.common.ByteBuffer data)
data -
org.apache.mina.common.ByteBuffer getKeyframe()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||