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

Class: Aws::MediaLive::Types::H264ColorSpaceSettings

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

Overview

Note:

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

{
  color_space_passthrough_settings: {
  },
  rec_601_settings: {
  },
  rec_709_settings: {
  },
}

H264 Color Space Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#color_space_passthrough_settingsTypes::ColorSpacePassthroughSettings

Passthrough applies no color space conversion to the output

Returns:

#rec_601_settingsTypes::Rec601Settings

Rec601 Settings

Returns:

#rec_709_settingsTypes::Rec709Settings

Rec709 Settings

Returns: