Package org.red5.server.stream
Interface IStreamData<T>
- All Known Implementing Classes:
Aggregate,AudioData,FlexMessage,FlexStreamSend,Invoke,Notify,VideoData
public interface IStreamData<T>
Stream data packet
-
Method Summary
Modifier and TypeMethodDescriptionCreates a byte accurate copy.org.apache.mina.core.buffer.IoBuffergetData()Getter for property 'data'.
-
Method Details
-
getData
org.apache.mina.core.buffer.IoBuffer getData()Getter for property 'data'.- Returns:
- Value for property 'data'
-
duplicate
Creates a byte accurate copy.- Returns:
- duplicate of the current data item
- Throws:
IOException- on errorClassNotFoundException- on class not found
-