| Interface | Description |
|---|---|
| DataSource |
Represents the source of input data.
|
| Class | Description |
|---|---|
| BlankAudioDataSource |
A
DataSource that provides a silent audio track of the a specific duration. |
| ClipDataSource |
A
DataSource that clips the inner source within the given interval. |
| DataSource.Chunk |
Represents a chunk of data.
|
| DataSourceWrapper |
A
DataSource wrapper that simply delegates all methods to the
wrapped source. |
| DefaultDataSource |
A DataSource implementation that uses Android's Media APIs.
|
| FileDescriptorDataSource |
A
DataSource backed by a file descriptor. |
| FilePathDataSource |
A
DataSource backed by a file absolute path. |
| TrimDataSource |
A
DataSource that trims the inner source at both ends. |
| UriDataSource |
A
DataSource backed by an Uri, possibly
a content:// uri. |