Class: Aws::MediaConvert::Types::ProbeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ProbeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Probe results for your media file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container ⇒ Types::Container
The container of your media file.
-
#metadata ⇒ Types::Metadata
Metadata and other file information.
-
#track_mappings ⇒ Array<Types::TrackMapping>
An array containing track mapping information.
Instance Attribute Details
#container ⇒ Types::Container
The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout.
11769 11770 11771 11772 11773 11774 11775 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11769 class ProbeResult < Struct.new( :container, :metadata, :track_mappings) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::Metadata
Metadata and other file information.
11769 11770 11771 11772 11773 11774 11775 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11769 class ProbeResult < Struct.new( :container, :metadata, :track_mappings) SENSITIVE = [] include Aws::Structure end |
#track_mappings ⇒ Array<Types::TrackMapping>
An array containing track mapping information.
11769 11770 11771 11772 11773 11774 11775 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11769 class ProbeResult < Struct.new( :container, :metadata, :track_mappings) SENSITIVE = [] include Aws::Structure end |