Class: Aws::MediaTailor::Types::SpliceInsertMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::SpliceInsertMessage
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Splice insert message configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#avail_num ⇒ Integer
This is written to
splice_insert.avail_num
, as defined in section 9.7.3.1 of the SCTE-35 specification. -
#avails_expected ⇒ Integer
This is written to
splice_insert.avails_expected
, as defined in section 9.7.3.1 of the SCTE-35 specification. -
#splice_event_id ⇒ Integer
This is written to
splice_insert.splice_event_id
, as defined in section 9.7.3.1 of the SCTE-35 specification. -
#unique_program_id ⇒ Integer
This is written to
splice_insert.unique_program_id
, as defined in section 9.7.3.1 of the SCTE-35 specification.
Instance Attribute Details
#avail_num ⇒ Integer
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.
3980 3981 3982 3983 3984 3985 3986 3987 |
# File 'gems/aws-sdk-mediatailor/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_expected ⇒ Integer
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.
3980 3981 3982 3983 3984 3985 3986 3987 |
# File 'gems/aws-sdk-mediatailor/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_id ⇒ Integer
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
.
3980 3981 3982 3983 3984 3985 3986 3987 |
# File 'gems/aws-sdk-mediatailor/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_id ⇒ Integer
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.
3980 3981 3982 3983 3984 3985 3986 3987 |
# File 'gems/aws-sdk-mediatailor/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 |