EVA ICS WebEngine Multimedia
    Preparing search index...

    Interface EvaLivePlayerParameters

    interface EvaLivePlayerParameters {
        autoSize?: EvaLivePlayerAutoSize;
        canvas: HTMLCanvasElement;
        decoderFallbackToSoftware?: boolean;
        decoderHardwareAcceleration?: boolean;
        engine?: Eva;
        name: string;
        onChange?: (info: EvaVideoStreamInfo) => void;
        onEOS?: () => void;
        onError?: (error: EvaError) => void;
        onFrame?: () => void;
    }
    Index

    Properties

    canvas: HTMLCanvasElement
    decoderFallbackToSoftware?: boolean
    decoderHardwareAcceleration?: boolean
    engine?: Eva
    name: string
    onChange?: (info: EvaVideoStreamInfo) => void
    onEOS?: () => void
    onError?: (error: EvaError) => void
    onFrame?: () => void