|
2103 | 2103 | "shape":"HlsConfiguration",
|
2104 | 2104 | "documentation":"<p>The configuration for HLS content.</p>"
|
2105 | 2105 | },
|
| 2106 | + "InsertionMode":{ |
| 2107 | + "shape":"InsertionMode", |
| 2108 | + "documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>" |
| 2109 | + }, |
2106 | 2110 | "LivePreRollConfiguration":{
|
2107 | 2111 | "shape":"LivePreRollConfiguration",
|
2108 | 2112 | "documentation":"<p>The configuration for pre-roll ad insertion.</p>"
|
|
2267 | 2271 | "member":{"shape":"HttpPackageConfiguration"},
|
2268 | 2272 | "documentation":"<p>The VOD source's HTTP package configuration settings.</p>"
|
2269 | 2273 | },
|
| 2274 | + "InsertionMode":{ |
| 2275 | + "type":"string", |
| 2276 | + "documentation":"<p>Insertion Mode controls whether players can use stitched or guided ad insertion.</p>", |
| 2277 | + "enum":[ |
| 2278 | + "STITCHED_ONLY", |
| 2279 | + "PLAYER_SELECT" |
| 2280 | + ] |
| 2281 | + }, |
2270 | 2282 | "Integer":{
|
2271 | 2283 | "type":"integer",
|
2272 | 2284 | "box":true
|
|
2710 | 2722 | "shape":"HlsConfiguration",
|
2711 | 2723 | "documentation":"<p>The configuration for HLS content.</p>"
|
2712 | 2724 | },
|
| 2725 | + "InsertionMode":{ |
| 2726 | + "shape":"InsertionMode", |
| 2727 | + "documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>" |
| 2728 | + }, |
2713 | 2729 | "LivePreRollConfiguration":{
|
2714 | 2730 | "shape":"LivePreRollConfiguration",
|
2715 | 2731 | "documentation":"<p>The configuration for pre-roll ad insertion.</p>"
|
|
2896 | 2912 | "shape":"DashConfigurationForPut",
|
2897 | 2913 | "documentation":"<p>The configuration for DASH content.</p>"
|
2898 | 2914 | },
|
| 2915 | + "InsertionMode":{ |
| 2916 | + "shape":"InsertionMode", |
| 2917 | + "documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>" |
| 2918 | + }, |
2899 | 2919 | "LivePreRollConfiguration":{
|
2900 | 2920 | "shape":"LivePreRollConfiguration",
|
2901 | 2921 | "documentation":"<p>The configuration for pre-roll ad insertion.</p>"
|
|
2962 | 2982 | "shape":"HlsConfiguration",
|
2963 | 2983 | "documentation":"<p>The configuration for HLS content.</p>"
|
2964 | 2984 | },
|
| 2985 | + "InsertionMode":{ |
| 2986 | + "shape":"InsertionMode", |
| 2987 | + "documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>" |
| 2988 | + }, |
2965 | 2989 | "LivePreRollConfiguration":{
|
2966 | 2990 | "shape":"LivePreRollConfiguration",
|
2967 | 2991 | "documentation":"<p>The configuration for pre-roll ad insertion.</p>"
|
|
0 commit comments