DataSource.java | Class | A DataSource is an abstraction for media protocol-handlers.
It hides the details of how the data is read from source--whether
the data is
coming from a file, streaming server or proprietary delivery mechanism.
It provides the methods for a Player to access
the input data.
An application-defined protocol can be implemented with a custom
DataSource . |