Class: Aws::Types::GetDashManifestConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_timeline_pattern"NONE", "PATTERNED"

Returns the value of attribute audio_timeline_pattern.

Returns:

  • ("NONE", "PATTERNED")


468
469
470
# File 'sig/types.rbs', line 468

def audio_timeline_pattern
  @audio_timeline_pattern
end

#availability_start_time_configurationTypes::DashAvailabilityStartTimeConfiguration

Returns the value of attribute availability_start_time_configuration.



471
472
473
# File 'sig/types.rbs', line 471

def availability_start_time_configuration
  @availability_start_time_configuration
end

#base_urls::Array[Types::DashBaseUrl]

Returns the value of attribute base_urls.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def base_urls
  @base_urls
end

#compactness"STANDARD", "NONE"

Returns the value of attribute compactness.

Returns:

  • ("STANDARD", "NONE")


467
468
469
# File 'sig/types.rbs', line 467

def compactness
  @compactness
end

#drm_signaling"INDIVIDUAL", "REFERENCED"

Returns the value of attribute drm_signaling.

Returns:

  • ("INDIVIDUAL", "REFERENCED")


461
462
463
# File 'sig/types.rbs', line 461

def drm_signaling
  @drm_signaling
end

#dvb_settingsTypes::DashDvbSettings

Returns the value of attribute dvb_settings.



466
467
468
# File 'sig/types.rbs', line 466

def dvb_settings
  @dvb_settings
end

#filter_configurationTypes::FilterConfiguration

Returns the value of attribute filter_configuration.



454
455
456
# File 'sig/types.rbs', line 454

def filter_configuration
  @filter_configuration
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def manifest_name
  @manifest_name
end

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


453
454
455
# File 'sig/types.rbs', line 453

def manifest_window_seconds
  @manifest_window_seconds
end

#min_buffer_time_seconds::Integer

Returns the value of attribute min_buffer_time_seconds.

Returns:

  • (::Integer)


456
457
458
# File 'sig/types.rbs', line 456

def min_buffer_time_seconds
  @min_buffer_time_seconds
end

#min_update_period_seconds::Integer

Returns the value of attribute min_update_period_seconds.

Returns:

  • (::Integer)


455
456
457
# File 'sig/types.rbs', line 455

def min_update_period_seconds
  @min_update_period_seconds
end

#period_triggers::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]

Returns the value of attribute period_triggers.

Returns:

  • (::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")])


459
460
461
# File 'sig/types.rbs', line 459

def period_triggers
  @period_triggers
end

#profiles::Array[("DVB_DASH")]

Returns the value of attribute profiles.

Returns:

  • (::Array[("DVB_DASH")])


463
464
465
# File 'sig/types.rbs', line 463

def profiles
  @profiles
end

#program_informationTypes::DashProgramInformation

Returns the value of attribute program_information.



465
466
467
# File 'sig/types.rbs', line 465

def program_information
  @program_information
end

#scte_dashTypes::ScteDash

Returns the value of attribute scte_dash.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def scte_dash
  @scte_dash
end

#segment_template_format"NUMBER_WITH_TIMELINE"

Returns the value of attribute segment_template_format.

Returns:

  • ("NUMBER_WITH_TIMELINE")


458
459
460
# File 'sig/types.rbs', line 458

def segment_template_format
  @segment_template_format
end

#subtitle_configurationTypes::DashSubtitleConfiguration

Returns the value of attribute subtitle_configuration.



469
470
471
# File 'sig/types.rbs', line 469

def subtitle_configuration
  @subtitle_configuration
end

#suggested_presentation_delay_seconds::Integer

Returns the value of attribute suggested_presentation_delay_seconds.

Returns:

  • (::Integer)


457
458
459
# File 'sig/types.rbs', line 457

def suggested_presentation_delay_seconds
  @suggested_presentation_delay_seconds
end

#uri_path_type"LEAF", "ROOT"

Returns the value of attribute uri_path_type.

Returns:

  • ("LEAF", "ROOT")


470
471
472
# File 'sig/types.rbs', line 470

def uri_path_type
  @uri_path_type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def url
  @url
end

#utc_timingTypes::DashUtcTiming

Returns the value of attribute utc_timing.



462
463
464
# File 'sig/types.rbs', line 462

def utc_timing
  @utc_timing
end