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

    Interface representing an audio player that extends multiple audio-related interfaces.

    interface ISGROAudioPlayer {
        AddContent(contentItem: any): any;
        AddCookies(cookies: any): boolean;
        AddHeader(name: string, value: string): boolean;
        ClearContent(): any;
        ClearCookies(): any;
        EnableCookies(): any;
        GetCookies(domain: string, path: string): any;
        GetMessagePort(): any;
        InitClientCertificates(): boolean;
        Pause(): boolean;
        Play(): boolean;
        Resume(): boolean;
        Seek(offsetMs: number): boolean;
        SetCertificatesDepth(depth: number): any;
        SetCertificatesFile(path: string): boolean;
        SetContentList(contentList: any): any;
        SetHeaders(nameValueMap: any): boolean;
        SetLoop(enable: boolean): any;
        SetMessagePort(port: any): any;
        SetNext(item: number): any;
        SetTimedMetaDataForKeys(keys: any): any;
        Stop(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods