Amazon IVS Player
    Preparing search index...

    Interface VideoJSIVSTech

    Type definition for an instance of the Video.js player that uses the Amazon IVS Video.js tech.

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

    interface VideoJSIVSTech {
        getIVSEvents(): VideoJSEvents;
        getIVSPlayer(): Player;
    }
    Index

    Methods