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