public interface IAudioStreamCodec
Modifier and Type | Method and Description |
---|---|
boolean |
addData(IoBuffer data)
Update the state of the codec with the passed data.
|
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.
|
String |
getName() |
void |
reset()
Reset the codec to its initial state.
|
String getName()
void reset()
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 addingIoBuffer getDecoderConfiguration()
Copyright © 2006-2012 The Red5 Project