@svta/common-media-library
    Preparing search index...

    Enumeration CmcdPlayerStateBeta

    CMCD v2 player states for the 'sta' key.

    Index

    Enumeration Members

    ENDED: "e"

    Ended: The media has finished playing.

    FATAL_ERROR: "f"

    Fatal Error: The player has encountered a fatal error.

    PAUSED: "a"

    Paused: The player is paused.

    PLAYING: "p"

    Playing: The player is actively rendering content.

    REBUFFERING: "r"

    Rebuffering: The player is buffering data during playback.

    SEEKING: "k"

    Seeking: The player is seeking to a new position.

    STARTING: "s"

    Starting: Initial startup of the player.

    WAITING: "w"

    Waiting: The player is waiting for a user action or another event.