Class: Aws::MediaConvert::Types::ProbeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ProbeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
The metadata and analysis results for a media file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container ⇒ Types::Container
Information about the container format of the media file.
-
#metadata ⇒ Types::Metadata
Metadata about the file.
-
#track_mappings ⇒ Array<Types::TrackMapping>
List of Track mapping objects.
Instance Attribute Details
#container ⇒ Types::Container
Information about the container format of the media file.
11687 11688 11689 11690 11691 11692 11693 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11687 class ProbeResult < Struct.new( :container, :metadata, :track_mappings) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::Metadata
Metadata about the file.
11687 11688 11689 11690 11691 11692 11693 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11687 class ProbeResult < Struct.new( :container, :metadata, :track_mappings) SENSITIVE = [] include Aws::Structure end |
#track_mappings ⇒ Array<Types::TrackMapping>
List of Track mapping objects.
11687 11688 11689 11690 11691 11692 11693 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11687 class ProbeResult < Struct.new( :container, :metadata, :track_mappings) SENSITIVE = [] include Aws::Structure end |