Class: Aws::Types::DolbyVision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatibility"DUPLICATE_STREAM", "SUPPLEMENTAL_CODECS"

Returns the value of attribute compatibility.

Returns:

  • ("DUPLICATE_STREAM", "SUPPLEMENTAL_CODECS")


765
766
767
# File 'sig/types.rbs', line 765

def compatibility
  @compatibility
end

#l6_metadataTypes::DolbyVisionLevel6Metadata

Returns the value of attribute l6_metadata.



766
767
768
# File 'sig/types.rbs', line 766

def 
  @l6_metadata
end

#l6_mode"PASSTHROUGH", ...

Returns the value of attribute l6_mode.

Returns:

  • ("PASSTHROUGH", "RECALCULATE", "SPECIFY")


767
768
769
# File 'sig/types.rbs', line 767

def l6_mode
  @l6_mode
end

#mapping"HDR10_NOMAP", "HDR10_1000"

Returns the value of attribute mapping.

Returns:

  • ("HDR10_NOMAP", "HDR10_1000")


768
769
770
# File 'sig/types.rbs', line 768

def mapping
  @mapping
end

#profile"PROFILE_5", "PROFILE_8_1"

Returns the value of attribute profile.

Returns:

  • ("PROFILE_5", "PROFILE_8_1")


769
770
771
# File 'sig/types.rbs', line 769

def profile
  @profile
end