| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
SpliceInsertMessage |
SpliceInsertMessage.clone() |
SpliceInsertMessage |
AdBreak.getSpliceInsertMessage()
This defines the SCTE-35 splice_insert() message inserted around the ad.
|
SpliceInsertMessage |
SpliceInsertMessage.withAvailNum(Integer availNum)
This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
SpliceInsertMessage |
SpliceInsertMessage.withAvailsExpected(Integer availsExpected)
This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
SpliceInsertMessage |
SpliceInsertMessage.withSpliceEventId(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 |
SpliceInsertMessage.withUniqueProgramId(Integer uniqueProgramId)
This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdBreak.setSpliceInsertMessage(SpliceInsertMessage spliceInsertMessage)
This defines the SCTE-35 splice_insert() message inserted around the ad.
|
AdBreak |
AdBreak.withSpliceInsertMessage(SpliceInsertMessage spliceInsertMessage)
This defines the SCTE-35 splice_insert() message inserted around the ad.
|
Copyright © 2022. All rights reserved.