Class: Aws::Types::M3u8Settings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#audio_frames_per_pes::Integer

Returns the value of attribute audio_frames_per_pes.



2230
2231
2232
# File 'sig/types.rbs', line 2230

def audio_frames_per_pes
  @audio_frames_per_pes
end

#audio_pids::String

Returns the value of attribute audio_pids.



2231
2232
2233
# File 'sig/types.rbs', line 2231

def audio_pids
  @audio_pids
end

#ecm_pid::String

Returns the value of attribute ecm_pid.



2232
2233
2234
# File 'sig/types.rbs', line 2232

def ecm_pid
  @ecm_pid
end

#klv_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute klv_behavior.



2247
2248
2249
# File 'sig/types.rbs', line 2247

def klv_behavior
  @klv_behavior
end

#klv_data_pids::String

Returns the value of attribute klv_data_pids.



2248
2249
2250
# File 'sig/types.rbs', line 2248

def klv_data_pids
  @klv_data_pids
end

#nielsen_id_3_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute nielsen_id_3_behavior.



2233
2234
2235
# File 'sig/types.rbs', line 2233

def nielsen_id_3_behavior
  @nielsen_id_3_behavior
end

#pat_interval::Integer

Returns the value of attribute pat_interval.



2234
2235
2236
# File 'sig/types.rbs', line 2234

def pat_interval
  @pat_interval
end

#pcr_control"CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"

Returns the value of attribute pcr_control.



2235
2236
2237
# File 'sig/types.rbs', line 2235

def pcr_control
  @pcr_control
end

#pcr_period::Integer

Returns the value of attribute pcr_period.



2236
2237
2238
# File 'sig/types.rbs', line 2236

def pcr_period
  @pcr_period
end

#pcr_pid::String

Returns the value of attribute pcr_pid.



2237
2238
2239
# File 'sig/types.rbs', line 2237

def pcr_pid
  @pcr_pid
end

#pmt_interval::Integer

Returns the value of attribute pmt_interval.



2238
2239
2240
# File 'sig/types.rbs', line 2238

def pmt_interval
  @pmt_interval
end

#pmt_pid::String

Returns the value of attribute pmt_pid.



2239
2240
2241
# File 'sig/types.rbs', line 2239

def pmt_pid
  @pmt_pid
end

#program_num::Integer

Returns the value of attribute program_num.



2240
2241
2242
# File 'sig/types.rbs', line 2240

def program_num
  @program_num
end

#scte_35_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute scte_35_behavior.



2241
2242
2243
# File 'sig/types.rbs', line 2241

def scte_35_behavior
  @scte_35_behavior
end

#scte_35_pid::String

Returns the value of attribute scte_35_pid.



2242
2243
2244
# File 'sig/types.rbs', line 2242

def scte_35_pid
  @scte_35_pid
end

#timed_metadata_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute timed_metadata_behavior.



2243
2244
2245
# File 'sig/types.rbs', line 2243

def 
  
end

#timed_metadata_pid::String

Returns the value of attribute timed_metadata_pid.



2244
2245
2246
# File 'sig/types.rbs', line 2244

def 
  
end

#transport_stream_id::Integer

Returns the value of attribute transport_stream_id.



2245
2246
2247
# File 'sig/types.rbs', line 2245

def transport_stream_id
  @transport_stream_id
end

#video_pid::String

Returns the value of attribute video_pid.



2246
2247
2248
# File 'sig/types.rbs', line 2246

def video_pid
  @video_pid
end