DefaultDecoderFactory.Listener


public interface DefaultDecoderFactory.Listener


Listener for decoder factory events.

Summary

Public methods

abstract void
onCodecInitialized(
    String codecName,
    List<ExportException> codecInitializationExceptions
)

Reports that a codec was initialized.

Public methods

onCodecInitialized

abstract void onCodecInitialized(
    String codecName,
    List<ExportException> codecInitializationExceptions
)

Reports that a codec was initialized.

Called on the thread that is using the associated factory.

Parameters
String codecName

The name of the codec that was initialized.

List<ExportException> codecInitializationExceptions

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