EVA ICS WebEngine Multimedia
    Preparing search index...

    Interface EvaVideoStreamInfo

    interface EvaVideoStreamInfo {
        codec: VideoCodec;
        hardwareAcceleration: boolean;
        height: number;
        width: number;
    }
    Index

    Properties

    codec: VideoCodec
    hardwareAcceleration: boolean
    height: number
    width: number