javax.media
接口 MediaProxy

所有超级接口:
MediaHandler
所有已知子接口:
DataSinkProxy

public interface MediaProxy
extends MediaHandler


方法摘要
 javax.media.protocol.DataSource getDataSource()
          Obtain the new DataSource.
 
从接口 javax.media.MediaHandler 继承的方法
setSource
 

方法详细信息

getDataSource

javax.media.protocol.DataSource getDataSource()
                                              throws java.io.IOException,
                                                     NoDataSourceException
Obtain the new DataSource. The DataSource is already connected.

返回:
the new DataSource for this content.
抛出:
java.io.IOException - Thrown when if there are IO problems in reading the the original or new DataSource.
NoDataSourceException - Thrown if this proxy can't produce a DataSource.