Class: Aws::MediaConvert::Types::ProbeResponse

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

Overview

The response from a media file probe operation, providing comprehensive metadata about the file, including its container format, tracks (video, audio, data).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#probe_resultsArray<Types::ProbeResult>

List of probe results for the input media file(s).

Returns:



11665
11666
11667
11668
11669
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11665

class ProbeResponse < Struct.new(
  :probe_results)
  SENSITIVE = []
  include Aws::Structure
end