OpusEncoderInfo

About opus modes: opus_encoder_create

About bitrates: OPUS_SET_BITRATE

Constructors

Link copied to clipboard
constructor(mode: OpusMode, bitrate: Int)
constructor(codecInfo: CodecInfo)

Creates OpusEncoderInfo from CodecInfo

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open 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 fun serialize(out: ByteArrayDataOutput?)

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