@byomakase/omakase-player
    Preparing search index...

    Interface MediaEntityState

    Serializable snapshot of a MediaEntity, suitable for transfer across worker boundaries or persistence in session storage.

    interface MediaEntityState {
        id: string;
        mediaType: MediaEntityType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    mediaType: MediaEntityType