File
Doc
Category
Size
Date
Package
RTPSource.java
API Doc
JMF 2.1.1e
752
Mon May 12 12:20:54 BST 2003
com.sun.media.protocol
RTPSource
public interface RTPSource
This is a special tagging interface to specify whether a DataSource is intended comes from the RTPSessionMgr which gives some additional info.
Fields Summary
Constructors Summary
Methods Summary
public void
flush
()
Flush the data buffers.
public
java.lang.String
getCNAME
()
Get the cname.
public
int
getSSRC
()
Get the ssrc.
public void
prebuffer
()
Prebuffer the data.
public void
setBufferListener
(
com.sun.media.protocol.BufferListener
listener)
Set the buffer listener.
Java Code Source