public static interface SpliceInsertMessage.Builder extends SdkPojo, CopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage>
| Modifier and Type | Method and Description |
|---|---|
SpliceInsertMessage.Builder |
availNum(Integer availNum)
This is written to
splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35
specification. |
SpliceInsertMessage.Builder |
availsExpected(Integer availsExpected)
This is written to
splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35
specification. |
SpliceInsertMessage.Builder |
spliceEventId(Integer spliceEventId)
This is written to
splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35
specification. |
SpliceInsertMessage.Builder |
uniqueProgramId(Integer uniqueProgramId)
This is written to
splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35
specification. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpliceInsertMessage.Builder availNum(Integer availNum)
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.
availNum - 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.SpliceInsertMessage.Builder availsExpected(Integer availsExpected)
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.
availsExpected - 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.SpliceInsertMessage.Builder spliceEventId(Integer spliceEventId)
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.
spliceEventId - 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.SpliceInsertMessage.Builder uniqueProgramId(Integer uniqueProgramId)
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.
uniqueProgramId - 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.Copyright © 2022. All rights reserved.