interface MediaCodecInfo {
    isSoftware: boolean;
    name: String;
}

Properties

Properties

isSoftware: boolean
name: String