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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.