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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.