Class: Aws::MediaConnect::Types::Fmtp

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

FMTP

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_orderString

The format of the audio channel.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end

#colorimetryString

The format that is used for the representation of color.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end

#exact_framerateString

The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end

#parString

The pixel aspect ratio (PAR) of the video.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end

#rangeString

The encoding range of the video.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end

#scan_modeString

The type of compression that was used to smooth the video’s appearance

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end

#tcsString

The transfer characteristic system (TCS) that is used in the video.

Returns:

  • (String)


1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1813

class Fmtp < Struct.new(
  :channel_order,
  :colorimetry,
  :exact_framerate,
  :par,
  :range,
  :scan_mode,
  :tcs)
  SENSITIVE = []
  include Aws::Structure
end