Extractor

interface Extractor

Created by pedro on 18/10/24.

Inheritors

Functions

Link copied to clipboard
abstract fun advance(): Boolean
Link copied to clipboard
abstract fun getAudioInfo(): AudioInfo
Link copied to clipboard
abstract fun getFormat(): MediaFormat
Link copied to clipboard
abstract fun getSleepTime(ts: Long): Long
Link copied to clipboard
abstract fun getTimeStamp(): Long
Link copied to clipboard
abstract fun getVideoInfo(): VideoInfo
Link copied to clipboard
abstract fun initialize(fileDescriptor: FileDescriptor)
abstract fun initialize(path: String)
abstract fun initialize(context: Context, uri: Uri)
Link copied to clipboard
abstract fun readFrame(buffer: ByteBuffer): Int
Link copied to clipboard
abstract fun release()
Link copied to clipboard
abstract fun seekTo(time: Long)
Link copied to clipboard
abstract fun selectTrack(type: MediaFrame.Type): String