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

    Interface MediaHashRequest

    Parameters describing one background media hash request.

    interface MediaHashRequest {
        algorithm: HashAlgorithmEnum;
        filename: string;
        mediaId: string;
        mediaSource: File | Blob;
    }
    Index

    Properties

    FFmpeg-computed algorithm; only XXHash128/XXHash64 are supported by the worker.

    filename: string
    mediaId: string
    mediaSource: File | Blob

    Media payload to hash. Mounted through WORKERFS, so no main-thread byte copy is made.