Class: Aws::MediaLive::Types::AudioPidSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioPidSelection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Audio Pid Selection
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pid ⇒ Integer
Selects a specific PID from within a source.
Instance Attribute Details
#pid ⇒ Integer
Selects a specific PID from within a source.
624 625 626 627 628 |
# File 'lib/aws-sdk-medialive/types.rb', line 624 class AudioPidSelection < Struct.new( :pid) SENSITIVE = [] include Aws::Structure end |