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
DASHmanifest.
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.
448 449 450 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 448 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
446 447 448 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 446 def segment_reference_scheme @segment_reference_scheme end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
453 454 455 |
# File 'lib/google/apis/transcoder_v1/classes.rb', line 453 def update!(**args) @segment_reference_scheme = args[:segment_reference_scheme] if args.key?(:segment_reference_scheme) end |