MediaSource

interface MediaSource

Functions

createSampleBuffer
Link copied to clipboard
abstract fun createSampleBuffer(): ByteBuffer
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getFormat
Link copied to clipboard
abstract fun getFormat(): <ERROR CLASS>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
pullNextRawData
Link copied to clipboard
abstract fun pullNextRawData(onFrameReached: (<ERROR CLASS>, ByteArray) -> Unit): Boolean
pullNextSampleData
Link copied to clipboard
abstract fun pullNextSampleData(buffer: ByteBuffer, info: <ERROR CLASS>)
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

AudioSource
Link copied to clipboard
VideoSource
Link copied to clipboard