GoogleApi.Transcoder.V1.Model.VideoStream (google_api_transcoder v0.4.2)

View Source

Video stream resource.

Attributes

  • h264 (type: GoogleApi.Transcoder.V1.Model.H264CodecSettings.t, default: nil) - H264 codec settings.
  • h265 (type: GoogleApi.Transcoder.V1.Model.H265CodecSettings.t, default: nil) - H265 codec settings.
  • vp9 (type: GoogleApi.Transcoder.V1.Model.Vp9CodecSettings.t, default: nil) - VP9 codec settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Transcoder.V1.Model.VideoStream{
  h264: GoogleApi.Transcoder.V1.Model.H264CodecSettings.t() | nil,
  h265: GoogleApi.Transcoder.V1.Model.H265CodecSettings.t() | nil,
  vp9: GoogleApi.Transcoder.V1.Model.Vp9CodecSettings.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.