Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Enumeration SyncMediaPlayerErrorType

    Enumeration Members

    AUDIO_PLAYER_DESTROYED: "AUDIO_PLAYER_DESTROYED"

    The ColibrioAudioPlayer was destroyed while being used by the SyncMediaPlayer.

    MEDIA_LOAD_ERROR: "MEDIA_LOAD_ERROR"

    The media referenced by the segment could not be loaded for some reason. The error message may provide more information.

    MEDIA_NOT_SUPPORTED: "MEDIA_NOT_SUPPORTED"

    The component cannot play the segment. The referenced media is in a format that is unsupported by the runtime environment.

    PLAYBACK_NOT_ALLOWED: "PLAYBACK_NOT_ALLOWED"

    The browser denied playing the current segment. SyncMediaPlayer.play() must be called in a trusted execution context, such as a user generated event. For example, a

    UNKNOWN_ERROR: "UNKNOWN_ERROR"

    Used if the error does not fit any of the other error types defined in this enum. The error message may provide more information.