@rendley/sdk - v1.15.19
    Preparing search index...

    Interface MediaInfoProbeResult

    Result of a pooled media info probe.

    interface MediaInfoProbeResult {
        convertedData?: Uint8Array<ArrayBufferLike>;
        info: MediaInfo;
    }
    Index

    Properties

    Properties

    convertedData?: Uint8Array<ArrayBufferLike>

    Converted payload bytes when probing converted the media (e.g. HEIC -> JPEG). The converted file only existed on the pool worker, so the caller must persist these bytes to the main FFmpeg where the final media file lives.

    info: MediaInfo