DefaultDecoderFactory.Listener


interface DefaultDecoderFactory.Listener


Listener for decoder factory events.

Summary

Public functions

Unit
onCodecInitialized(
    codecName: String!,
    codecInitializationExceptions: (Mutable)List<ExportException!>!
)

Reports that a codec was initialized.

Public functions

onCodecInitialized

fun onCodecInitialized(
    codecName: String!,
    codecInitializationExceptions: (Mutable)List<ExportException!>!
): Unit

Reports that a codec was initialized.

Called on the thread that is using the associated factory.

Parameters
codecName: String!

The name of the codec that was initialized.

codecInitializationExceptions: (Mutable)List<ExportException!>!

The list of non-fatal errors that occurred before the codec was successfully initialized, which is empty if no errors occurred.