Class: Google::Apis::TranscoderV1::DashConfig
- Inherits:
-
Object
- Object
- Google::Apis::TranscoderV1::DashConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/transcoder_v1/classes.rb,
lib/google/apis/transcoder_v1/representations.rb,
lib/google/apis/transcoder_v1/representations.rb
Overview
DASH
manifest configuration.
Instance Attribute Summary collapse
-
#segment_reference_scheme ⇒ String
The segment reference scheme for a
DASH
manifest.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DashConfig
constructor
A new instance of DashConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DashConfig
Returns a new instance of DashConfig.
474 475 476 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 474 def initialize(**args) update!(**args) end |
Instance Attribute Details
#segment_reference_scheme ⇒ String
The segment reference scheme for a DASH
manifest. The default is
SEGMENT_LIST
.
Corresponds to the JSON property segmentReferenceScheme
472 473 474 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 472 def segment_reference_scheme @segment_reference_scheme end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
479 480 481 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 479 def update!(**args) @segment_reference_scheme = args[:segment_reference_scheme] if args.key?(:segment_reference_scheme) end |