You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::DolbyVision

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DolbyVision as input to an Aws::Client method, you can use a vanilla Hash:

{
  l6_metadata: {
    max_cll: 1,
    max_fall: 1,
  },
  l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
  profile: "PROFILE_5", # accepts PROFILE_5
}

Settings for Dolby Vision

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#l6_metadataTypes::DolbyVisionLevel6Metadata

Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

Returns:

  • (Types::DolbyVisionLevel6Metadata)

    Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

#l6_modeString

Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

Possible values:

  • PASSTHROUGH
  • RECALCULATE
  • SPECIFY

Returns:

  • (String)

    Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

#profileString

In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.

Possible values:

  • PROFILE_5

Returns:

  • (String)

    In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5).