Amazon IVS Player
    Preparing search index...

    Interface VideoJSQualityPlugin

    Interface for the Amazon IVS Video.js quality plugin.

    Plugins are essentially mixins, so this type interface should be used as an intersection type with the Video.js player interface.

    interface VideoJSQualityPlugin {
        enableIVSQualityPlugin(): void;
    }
    Index

    Methods

    • Enables the quality plugin.

      Returns void