Transcode
import type { Transcode } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents information about the transcoded audio or video file.
interface Transcode {
audioBitRateKbps?: bigint;
audioSampleRateHz?: bigint;
bitRateKbps?: bigint;
dimensions?: Dimensions;
fileSizeBytes?: bigint;
frameRate?: number;
mimeType?: string;
name?: string;
transcoded?: boolean;
}§Properties
§
audioBitRateKbps?: bigint
[src]Optional. The bit rate for the audio stream of the transcoded video, or the bit rate for the transcoded audio, in kilobits per second.
§
audioSampleRateHz?: bigint
[src]Optional. The sample rate for the audio stream of the transcoded video, or the sample rate for the transcoded audio, in hertz.
§
bitRateKbps?: bigint
[src]Optional. The transcoding bit rate of the transcoded video, in kilobits per second.
§
dimensions?: Dimensions
[src]Optional. The dimensions of the transcoded video.