鸿蒙 IMLib-v26.6.0
    Preparing search index...

    Interface VideoCompatResult

    interface VideoCompatResult {
        inputPath: string;
        outputPath: string;
        transcoded: boolean;
        cacheHit: boolean;
        reason: string;
    }
    Index

    Properties

    inputPath: string
    outputPath: string
    transcoded: boolean
    cacheHit: boolean
    reason: string