Interface IMseManager

interface IMseManager {
    attach(videoElement: HTMLVideoElement): Promise<void>;
}

Methods

Methods