AI-generated Key Takeaways
- 
          AdBreakMarkupType describes the SCTE ad break markups for a LiveStreamEvent. 
- 
          This enumeration includes various ad break marker types applicable to HLS and DASH live streams. 
- 
          Specific markup types are designated for HLS streams, while others are for DASH streams, and some apply to both. 
- 
          The UNKNOWN value indicates an actual value not exposed by the requested API version. 
Describes the SCTE ad break markups for a LiveStreamEvent.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description | 
|---|---|
| AD_BREAK_MARKUP_HLS_EXT_CUE | The CUE-OUT/CUE-IN ad break marker type. This mark up type is only applicable for HLS live streams. | 
| AD_BREAK_MARKUP_HLS_PRIMETIME_SPLICE | The CUE (Adobe/Azure Prime Time) ad break marker type. This mark up type is only applicable for HLS live streams. | 
| AD_BREAK_MARKUP_HLS_DATERANGE_SPLICE | The DATERANGE (Anvato) ad break marker type. This mark up type is only applicable for HLS live streams. | 
| AD_BREAK_MARKUP_SCTE35_XML_SPLICE_INSERT | The SCTE35 XML Splice In/Out ad break marker type. This markup type is only applicable for DASH live streams. | 
| AD_BREAK_MARKUP_SCTE35_BINARY_SPLICE_INSERT | The SCTE35 Binary Splice Insert ad break marker type. This mark up type is only applicable for HLS and DASH live streams. | 
| AD_BREAK_MARKUP_SCTE35_BINARY_PROVIDER_AD_START_END | The SCTE35 Binary Time Signal: Provider Ad Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams. | 
| AD_BREAK_MARKUP_SCTE35_BINARY_PROVIDER_PLACEMENT_OP_START_END | The SCTE35 Binary Time Signal: Provider Placement Opportunity Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams. | 
| AD_BREAK_MARKUP_SCTE35_BINARY_BREAK_START_END | The SCTE35 Binary Time Signal: Break Start/End ad break marker type. This mark up type is only applicable for HLS and DASH live streams. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |