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.
-
#pids ⇒ Array<Types::AudioPid>
Selects one or more unique PIDs from within a source.
Instance Attribute Details
#pid ⇒ Integer
Selects a specific PID from within a source.
655 656 657 658 659 660 |
# File 'lib/aws-sdk-medialive/types.rb', line 655 class AudioPidSelection < Struct.new( :pid, :pids) SENSITIVE = [] include Aws::Structure end |
#pids ⇒ Array<Types::AudioPid>
Selects one or more unique PIDs from within a source. When using ‘pids’, you can specify per-PID audio pre-mixer settings.
655 656 657 658 659 660 |
# File 'lib/aws-sdk-medialive/types.rb', line 655 class AudioPidSelection < Struct.new( :pid, :pids) SENSITIVE = [] include Aws::Structure end |