GoogleApi.Transcoder.V1beta1.Model.SegmentSettings (google_api_transcoder v0.2.0) View Source

Segment settings for "ts", "fmp4" and "vtt".

Attributes

  • individualSegments (type: boolean(), default: nil) - Required. Create an individual segment file. The default is false.
  • segmentDuration (type: String.t, default: nil) - Duration of the segments in seconds. The default is "6.0s". Note that segmentDuration must be greater than or equal to gopDuration, and segmentDuration must be divisible by gopDuration.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.SegmentSettings{
  individualSegments: boolean() | nil,
  segmentDuration: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.