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


753
754
755
# File 'sig/types.rbs', line 753

def compatibility
  @compatibility
end

#l6_metadataTypes::DolbyVisionLevel6Metadata

Returns the value of attribute l6_metadata.



754
755
756
# File 'sig/types.rbs', line 754

def 
  @l6_metadata
end

#l6_mode"PASSTHROUGH", ...

Returns the value of attribute l6_mode.

Returns:

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


755
756
757
# File 'sig/types.rbs', line 755

def l6_mode
  @l6_mode
end

#mapping"HDR10_NOMAP", "HDR10_1000"

Returns the value of attribute mapping.

Returns:

  • ("HDR10_NOMAP", "HDR10_1000")


756
757
758
# File 'sig/types.rbs', line 756

def mapping
  @mapping
end

#profile"PROFILE_5", "PROFILE_8_1"

Returns the value of attribute profile.

Returns:

  • ("PROFILE_5", "PROFILE_8_1")


757
758
759
# File 'sig/types.rbs', line 757

def profile
  @profile
end