DataSourcepublic interface DataSource implements CloseableAn abstraction for a media data source, e.g. a file or an http stream
{@hide} |
Methods Summary |
---|
public long | getSize()Gets the size of the data source.
| public int | readAt(long offset, byte[] buffer, int size)Reads data from the data source at the requested position
|
|