google_api_display_video v0.6.0 GoogleApi.DisplayVideo.V1.Model.Transcode View Source
Represents information about the transcoded audio or video file.
Attributes
audioBitRateKbps(type:String.t, default:nil) - The bit rate for the audio stream of the transcoded video, or the bit rate for the transcoded audio, in kilobits per second.audioSampleRateHz(type:String.t, default:nil) - The sample rate for the audio stream of the transcoded video, or the sample rate for the transcoded audio, in hertz.bitRateKbps(type:String.t, default:nil) - The transcoding bit rate of the transcoded video, in kilobits per second.dimensions(type:GoogleApi.DisplayVideo.V1.Model.Dimensions.t, default:nil) - The dimensions of the transcoded video.fileSizeBytes(type:String.t, default:nil) - The size of the transcoded file, in bytes.frameRate(type:number(), default:nil) - The frame rate of the transcoded video, in frames per second.mimeType(type:String.t, default:nil) - The MIME type of the transcoded file.name(type:String.t, default:nil) - The name of the transcoded file.transcoded(type:boolean(), default:nil) - Indicates if the transcoding was successful.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.Transcode{
audioBitRateKbps: String.t(),
audioSampleRateHz: String.t(),
bitRateKbps: String.t(),
dimensions: GoogleApi.DisplayVideo.V1.Model.Dimensions.t(),
fileSizeBytes: String.t(),
frameRate: number(),
mimeType: String.t(),
name: String.t(),
transcoded: boolean()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.