TransportStream
The metadata of an elementary transport stream.
Contents
- pid
-
The Packet ID (PID) as it is reported in the Program Map Table.
Type: Integer
Required: Yes
- streamType
-
The Stream Type as it is reported in the Program Map Table.
Type: String
Required: Yes
- channels
-
The number of channels in the audio stream.
Type: Integer
Required: No
- codec
-
The codec used by the stream.
Type: String
Required: No
- frameRate
-
The frame rate used by the video stream.
Type: String
Required: No
- frameResolution
-
The frame resolution used by the video stream.
Type: FrameResolution object
Required: No
- sampleRate
-
The sample rate used by the audio stream.
Type: Integer
Required: No
- sampleSize
-
The sample bit size used by the audio stream.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: