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")


1866
1867
1868
# File 'sig/types.rbs', line 1866

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")


1867
1868
1869
# File 'sig/types.rbs', line 1867

def audio_duration
  @audio_duration
end

#c2pa_manifest"INCLUDE", "EXCLUDE"

Returns the value of attribute c2pa_manifest.

Returns:

  • ("INCLUDE", "EXCLUDE")


1868
1869
1870
# File 'sig/types.rbs', line 1868

def c2pa_manifest
  @c2pa_manifest
end

#caption_container_type"RAW", "FRAGMENTED_MP4"

Returns the value of attribute caption_container_type.

Returns:

  • ("RAW", "FRAGMENTED_MP4")


1869
1870
1871
# File 'sig/types.rbs', line 1869

def caption_container_type
  @caption_container_type
end

#certificate_secret::String

Returns the value of attribute certificate_secret.

Returns:

  • (::String)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def certificate_secret
  @certificate_secret
end

#klv_metadata"NONE", "PASSTHROUGH"

Returns the value of attribute klv_metadata.

Returns:

  • ("NONE", "PASSTHROUGH")


1871
1872
1873
# File 'sig/types.rbs', line 1871

def 
  @klv_metadata
end

#manifest_metadata_signaling"ENABLED", "DISABLED"

Returns the value of attribute manifest_metadata_signaling.

Returns:

  • ("ENABLED", "DISABLED")


1872
1873
1874
# File 'sig/types.rbs', line 1872

def 
  @manifest_metadata_signaling
end

#scte_35_esam"INSERT", "NONE"

Returns the value of attribute scte_35_esam.

Returns:

  • ("INSERT", "NONE")


1873
1874
1875
# File 'sig/types.rbs', line 1873

def scte_35_esam
  @scte_35_esam
end

#scte_35_source"PASSTHROUGH", ...

Returns the value of attribute scte_35_source.

Returns:

  • ("PASSTHROUGH", "NONE", "MANIFEST_CUES")


1874
1875
1876
# File 'sig/types.rbs', line 1874

def scte_35_source
  @scte_35_source
end

#signing_kms_key::String

Returns the value of attribute signing_kms_key.

Returns:

  • (::String)


1875
1876
1877
# File 'sig/types.rbs', line 1875

def signing_kms_key
  @signing_kms_key
end

#timed_metadata"PASSTHROUGH", "NONE"

Returns the value of attribute timed_metadata.

Returns:

  • ("PASSTHROUGH", "NONE")


1876
1877
1878
# File 'sig/types.rbs', line 1876

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")


1877
1878
1879
# File 'sig/types.rbs', line 1877

def 
  @timed_metadata_box_version
end

#timed_metadata_scheme_id_uri::String

Returns the value of attribute timed_metadata_scheme_id_uri.

Returns:

  • (::String)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def 
  @timed_metadata_scheme_id_uri
end

#timed_metadata_value::String

Returns the value of attribute timed_metadata_value.

Returns:

  • (::String)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def 
  @timed_metadata_value
end