Parser

class Parser(val data: AsyncStream, val dataLength: Long)

Constructors

Link copied to clipboard
constructor(data: AsyncStream, dataLength: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun getDurationExact(): Duration
Link copied to clipboard
suspend fun getSeekingTable(rate: Int = 44100): MP3Base.SeekingTable