Class: Aws::MediaTailor::Types::SpliceInsertMessage

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

Overview

Splice insert message configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avail_numInteger

This is written to ‘splice_insert.avail_num`, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is `0`. Values must be between `0` and `256`, inclusive.

Returns:

  • (Integer)


3980
3981
3982
3983
3984
3985
3986
3987
# File 'lib/aws-sdk-mediatailor/types.rb', line 3980

class SpliceInsertMessage < Struct.new(
  :avail_num,
  :avails_expected,
  :splice_event_id,
  :unique_program_id)
  SENSITIVE = []
  include Aws::Structure
end

#avails_expectedInteger

This is written to ‘splice_insert.avails_expected`, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is `0`. Values must be between `0` and `256`, inclusive.

Returns:

  • (Integer)


3980
3981
3982
3983
3984
3985
3986
3987
# File 'lib/aws-sdk-mediatailor/types.rb', line 3980

class SpliceInsertMessage < Struct.new(
  :avail_num,
  :avails_expected,
  :splice_event_id,
  :unique_program_id)
  SENSITIVE = []
  include Aws::Structure
end

#splice_event_idInteger

This is written to ‘splice_insert.splice_event_id`, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is `1`.

Returns:

  • (Integer)


3980
3981
3982
3983
3984
3985
3986
3987
# File 'lib/aws-sdk-mediatailor/types.rb', line 3980

class SpliceInsertMessage < Struct.new(
  :avail_num,
  :avails_expected,
  :splice_event_id,
  :unique_program_id)
  SENSITIVE = []
  include Aws::Structure
end

#unique_program_idInteger

This is written to ‘splice_insert.unique_program_id`, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is `0`. Values must be between `0` and `256`, inclusive.

Returns:

  • (Integer)


3980
3981
3982
3983
3984
3985
3986
3987
# File 'lib/aws-sdk-mediatailor/types.rb', line 3980

class SpliceInsertMessage < Struct.new(
  :avail_num,
  :avails_expected,
  :splice_event_id,
  :unique_program_id)
  SENSITIVE = []
  include Aws::Structure
end