Class: Google::Apis::TranscoderV1::DashConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_schemeString

The segment reference scheme for a DASH manifest. The default is SEGMENT_LIST. Corresponds to the JSON property segmentReferenceScheme

Returns:

  • (String)


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