Class: Aws::Types::MpdSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessibility_caption_hints"INCLUDE", "EXCLUDE"

Returns the value of attribute accessibility_caption_hints.

Returns:

  • ("INCLUDE", "EXCLUDE")


1845
1846
1847
# File 'sig/types.rbs', line 1845

def accessibility_caption_hints
  @accessibility_caption_hints
end

#audio_duration"DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"

Returns the value of attribute audio_duration.

Returns:

  • ("DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION")


1846
1847
1848
# File 'sig/types.rbs', line 1846

def audio_duration
  @audio_duration
end

#c2pa_manifest"INCLUDE", "EXCLUDE"

Returns the value of attribute c2pa_manifest.

Returns:

  • ("INCLUDE", "EXCLUDE")


1847
1848
1849
# File 'sig/types.rbs', line 1847

def c2pa_manifest
  @c2pa_manifest
end

#caption_container_type"RAW", "FRAGMENTED_MP4"

Returns the value of attribute caption_container_type.

Returns:

  • ("RAW", "FRAGMENTED_MP4")


1848
1849
1850
# File 'sig/types.rbs', line 1848

def caption_container_type
  @caption_container_type
end

#certificate_secret::String

Returns the value of attribute certificate_secret.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def certificate_secret
  @certificate_secret
end

#klv_metadata"NONE", "PASSTHROUGH"

Returns the value of attribute klv_metadata.

Returns:

  • ("NONE", "PASSTHROUGH")


1850
1851
1852
# File 'sig/types.rbs', line 1850

def 
  @klv_metadata
end

#manifest_metadata_signaling"ENABLED", "DISABLED"

Returns the value of attribute manifest_metadata_signaling.

Returns:

  • ("ENABLED", "DISABLED")


1851
1852
1853
# File 'sig/types.rbs', line 1851

def 
  @manifest_metadata_signaling
end

#scte_35_esam"INSERT", "NONE"

Returns the value of attribute scte_35_esam.

Returns:

  • ("INSERT", "NONE")


1852
1853
1854
# File 'sig/types.rbs', line 1852

def scte_35_esam
  @scte_35_esam
end

#scte_35_source"PASSTHROUGH", "NONE"

Returns the value of attribute scte_35_source.

Returns:

  • ("PASSTHROUGH", "NONE")


1853
1854
1855
# File 'sig/types.rbs', line 1853

def scte_35_source
  @scte_35_source
end

#signing_kms_key::String

Returns the value of attribute signing_kms_key.

Returns:

  • (::String)


1854
1855
1856
# File 'sig/types.rbs', line 1854

def signing_kms_key
  @signing_kms_key
end

#timed_metadata"PASSTHROUGH", "NONE"

Returns the value of attribute timed_metadata.

Returns:

  • ("PASSTHROUGH", "NONE")


1855
1856
1857
# File 'sig/types.rbs', line 1855

def 
  @timed_metadata
end

#timed_metadata_box_version"VERSION_0", "VERSION_1"

Returns the value of attribute timed_metadata_box_version.

Returns:

  • ("VERSION_0", "VERSION_1")


1856
1857
1858
# File 'sig/types.rbs', line 1856

def 
  @timed_metadata_box_version
end

#timed_metadata_scheme_id_uri::String

Returns the value of attribute timed_metadata_scheme_id_uri.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def 
  @timed_metadata_scheme_id_uri
end

#timed_metadata_value::String

Returns the value of attribute timed_metadata_value.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def 
  @timed_metadata_value
end