OggOpusWriter

class OggOpusWriter(audioFormat: AudioFormat)

Constructors

Link copied to clipboard
fun OggOpusWriter(audioFormat: AudioFormat)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun flush(eos: Boolean): ByteArray
Link copied to clipboard
fun writeHeader(comment: String): ByteArray
Link copied to clipboard
fun writePacket(    data: ByteArray,     offset: Int,     len: Int): ByteArray