public class RTPHandler extends java.lang.Object implements SourceTransferHandler
Constructor and Description |
---|
RTPHandler(RTPSessionMgr manager)
Creates a new RTPHandler
|
Modifier and Type | Method and Description |
---|---|
void |
transferData(PushSourceStream stream)
This method is responsible for transferring the data from the stream
to the RTP packet handler method.
|
public RTPHandler(RTPSessionMgr manager)
manager
- the RTP Session Manager responsible for this RTPHandlerpublic void transferData(PushSourceStream stream)
transferData
in interface SourceTransferHandler
stream
- the stream to read the data from