OpusDecoderInfo

Constructors

Link copied to clipboard
constructor(codecInfo: CodecInfo)
constructor()

Functions

Link copied to clipboard
open override fun deserialize(in: ByteArrayDataInput)

Deserialize the object from a byte stream using the provided ByteArrayDataInput. This method reconstructs the object from its serialized form.

Link copied to clipboard
open override fun serialize(out: ByteArrayDataOutput)

Serialize the object to a byte stream using the provided ByteArrayDataOutput. This method converts the object into its serialized form.