Class: Aws::Types::M3u8Settings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_frames_per_pes::Integer

Returns the value of attribute audio_frames_per_pes.

Returns:

  • (::Integer)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def audio_frames_per_pes
  @audio_frames_per_pes
end

#audio_pids::String

Returns the value of attribute audio_pids.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def audio_pids
  @audio_pids
end

#ecm_pid::String

Returns the value of attribute ecm_pid.

Returns:

  • (::String)


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

def ecm_pid
  @ecm_pid
end

#klv_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute klv_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


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

def klv_behavior
  @klv_behavior
end

#klv_data_pids::String

Returns the value of attribute klv_data_pids.

Returns:

  • (::String)


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

def klv_data_pids
  @klv_data_pids
end

#nielsen_id_3_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute nielsen_id_3_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


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

def nielsen_id_3_behavior
  @nielsen_id_3_behavior
end

#pat_interval::Integer

Returns the value of attribute pat_interval.

Returns:

  • (::Integer)


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

def pat_interval
  @pat_interval
end

#pcr_control"CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET"

Returns the value of attribute pcr_control.

Returns:

  • ("CONFIGURED_PCR_PERIOD", "PCR_EVERY_PES_PACKET")


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

def pcr_control
  @pcr_control
end

#pcr_period::Integer

Returns the value of attribute pcr_period.

Returns:

  • (::Integer)


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

def pcr_period
  @pcr_period
end

#pcr_pid::String

Returns the value of attribute pcr_pid.

Returns:

  • (::String)


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

def pcr_pid
  @pcr_pid
end

#pmt_interval::Integer

Returns the value of attribute pmt_interval.

Returns:

  • (::Integer)


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

def pmt_interval
  @pmt_interval
end

#pmt_pid::String

Returns the value of attribute pmt_pid.

Returns:

  • (::String)


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

def pmt_pid
  @pmt_pid
end

#program_num::Integer

Returns the value of attribute program_num.

Returns:

  • (::Integer)


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

def program_num
  @program_num
end

#scte_35_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute scte_35_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


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

def scte_35_behavior
  @scte_35_behavior
end

#scte_35_pid::String

Returns the value of attribute scte_35_pid.

Returns:

  • (::String)


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

def scte_35_pid
  @scte_35_pid
end

#timed_metadata_behavior"NO_PASSTHROUGH", "PASSTHROUGH"

Returns the value of attribute timed_metadata_behavior.

Returns:

  • ("NO_PASSTHROUGH", "PASSTHROUGH")


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

def 
  @timed_metadata_behavior
end

#timed_metadata_pid::String

Returns the value of attribute timed_metadata_pid.

Returns:

  • (::String)


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

def 
  @timed_metadata_pid
end

#transport_stream_id::Integer

Returns the value of attribute transport_stream_id.

Returns:

  • (::Integer)


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

def transport_stream_id
  @transport_stream_id
end

#video_pid::String

Returns the value of attribute video_pid.

Returns:

  • (::String)


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

def video_pid
  @video_pid
end