getCodecManager

@NotNull
abstract fun getCodecManager(): @NotNull CodecManager

Gets the CodecManager. The CodecManager is responsible for creating codec encoders/decoders and managing custom codec implementations.

Return

the CodecManager instance.