Class: Aws::MediaLive::Types::AudioPidSelection

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

Overview

Note:

When making an API call, you may pass AudioPidSelection data as a hash:

{
  pid: 1, # required
}

Audio Pid Selection

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pidInteger

Selects a specific PID from within a source.

Returns:

  • (Integer)


950
951
952
953
954
# File 'lib/aws-sdk-medialive/types.rb', line 950

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