Class: Aws::KinesisVideoArchivedMedia::Types::UnsupportedStreamMediaTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::UnsupportedStreamMediaTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
The type of the media (for example, h.264 or h.265 video or ACC or G.711 audio) could not be determined from the codec IDs of the tracks in the first fragment for a playback session. The codec ID for track 1 should be ‘V_MPEG/ISO/AVC` and, optionally, the codec ID for track 2 should be `A_AAC`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1264 class UnsupportedStreamMediaTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |