Developing multimedia applications with  JMF         T.G.Venkatesh      
50
The DataSink
•Destination of the processed media can be rendering devices or storage file or network stream.
•The DataSink is an interface abstracting classes that can read media and render it to some destination ( file or network stream).
•Created using the Manager’s method :
Řpublic  static DataSink  createDataSink (   DataSource datasource,  MediaLocator destLocator )    throws NoDataSinkException.
• DataSink can also control the sinking process ( open, start, stop, close methods )
•DataSinkEvents & DataSinkListener
•
•