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

    Interface MediaTranscodeRequest

    Parameters describing one pooled media transcode request.

    interface MediaTranscodeRequest {
        bitrateFactor?: number;
        filename: string;
        mediaDataId: string;
        mediaSource: File | Blob;
    }
    Index

    Properties

    bitrateFactor?: number

    Bitrate factor forwarded to the FFmpeg transcoder.

    filename: string

    Input filename; the transcoder sniffs the container format from its extension.

    mediaDataId: string
    mediaSource: File | Blob

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