Class: Aws::MediaConvert::Types::ContainerSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ContainerSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Container specific settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cmfc_settings ⇒ Types::CmfcSettings
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
-
#container ⇒ String
Container for this output.
-
#f4v_settings ⇒ Types::F4vSettings
Settings for F4v container.
-
#m2ts_settings ⇒ Types::M2tsSettings
MPEG-2 TS container settings.
-
#m3u_8_settings ⇒ Types::M3u8Settings
These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
-
#mov_settings ⇒ Types::MovSettings
These settings relate to your QuickTime MOV output container.
-
#mp_4_settings ⇒ Types::Mp4Settings
These settings relate to your MP4 output container.
-
#mpd_settings ⇒ Types::MpdSettings
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
-
#mxf_settings ⇒ Types::MxfSettings
These settings relate to your MXF output container.
Instance Attribute Details
#cmfc_settings ⇒ Types::CmfcSettings
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#container ⇒ String
Container for this output. Some containers require a container settings object. If not specified, the default object will be created.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#f4v_settings ⇒ Types::F4vSettings
Settings for F4v container
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#m2ts_settings ⇒ Types::M2tsSettings
MPEG-2 TS container settings. These apply to outputs in a File output group when the output’s container is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#m3u_8_settings ⇒ Types::M3u8Settings
These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#mov_settings ⇒ Types::MovSettings
These settings relate to your QuickTime MOV output container.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#mp_4_settings ⇒ Types::Mp4Settings
These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#mpd_settings ⇒ Types::MpdSettings
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |
#mxf_settings ⇒ Types::MxfSettings
These settings relate to your MXF output container.
2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2914 class ContainerSettings < Struct.new( :cmfc_settings, :container, :f4v_settings, :m2ts_settings, :m3u_8_settings, :mov_settings, :mp_4_settings, :mpd_settings, :mxf_settings) SENSITIVE = [] include Aws::Structure end |