hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface for video player functionality.

    interface ISGIVideoPlayer {
        AddContent(contentItem: any): any;
        ChangeAudioTrack(trackID: string): any;
        ClearContent(): any;
        GetAudioTracks(): any;
        GetCaptionRenderer(): any;
        GetPlaybackDuration(): number;
        Pause(): boolean;
        Play(): boolean;
        PreBuffer(): boolean;
        Resume(): boolean;
        Seek(offsetMs: number): boolean;
        SetCGMS(level: number): any;
        SetContentList(contentList: any): any;
        SetDestinationRect(rect: any): any;
        SetDestinationRect(x: number, y: number, w: number, h: number): any;
        setEnableAudio(enable: boolean): any;
        SetLoop(loop: boolean): any;
        SetMacrovisionLevel(level: number): any;
        SetMaxVideoDecodeResolution(width: number, height: number): any;
        SetNext(item: number): any;
        SetPositionNotificationPeriod(period: number): any;
        SetTimedMetaDataForKeys(keys: any): any;
        Stop(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods