Class: Aws::MediaConnect::Types::Fmtp
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::Fmtp
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
FMTP
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_order ⇒ String
The format of the audio channel.
-
#colorimetry ⇒ String
The format that is used for the representation of color.
-
#exact_framerate ⇒ String
The frame rate for the video stream, in frames/second.
-
#par ⇒ String
The pixel aspect ratio (PAR) of the video.
-
#range ⇒ String
The encoding range of the video.
-
#scan_mode ⇒ String
The type of compression that was used to smooth the video’s appearance.
-
#tcs ⇒ String
The transfer characteristic system (TCS) that is used in the video.
Instance Attribute Details
#channel_order ⇒ String
The format of the audio channel.
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |
#colorimetry ⇒ String
The format that is used for the representation of color.
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |
#exact_framerate ⇒ String
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.
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |
#par ⇒ String
The pixel aspect ratio (PAR) of the video.
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |
#range ⇒ String
The encoding range of the video.
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |
#scan_mode ⇒ String
The type of compression that was used to smooth the video’s appearance
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |
#tcs ⇒ String
The transfer characteristic system (TCS) that is used in the video.
1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1849 class Fmtp < Struct.new( :channel_order, :colorimetry, :exact_framerate, :par, :range, :scan_mode, :tcs) SENSITIVE = [] include Aws::Structure end |