bitmovin-player-ui
    Preparing search index...

    Interface ActiveUiChangedArgs

    interface ActiveUiChangedArgs {
        currentUi: UIInstanceManager;
        previousUi: UIInstanceManager;
    }

    Hierarchy

    • NoArgs
      • ActiveUiChangedArgs
    Index

    Properties

    The currently active UIInstanceManager.

    previousUi: UIInstanceManager

    The previously active UIInstanceManager prior to the UIManager switching to a different UI variant.