THEOplayer Web SDK
    Preparing search index...

    Type Alias PresentationMode

    PresentationMode:
        | "inline"
        | "fullscreen"
        | "picture-in-picture"
        | "native-picture-in-picture"

    The presentation mode of the player, represented by a value from the following list:
    - 'inline': The player is shown in its original location on the page.
    - 'fullscreen': The player fills the entire screen.
    - 'picture-in-picture': The player is shown on top of the page (see PiPConfiguration for more options).
    - 'native-picture-in-picture': [Experimental] The player requests out-of-app picture-in-picture mode. Not supported on Firefox.