AI-generated Key Takeaways
- 
          
AdBreakMarkupType describes the SCTE ad break markups for a LiveStreamEvent.
 - 
          
There are multiple types of ad break markups, including those specific to HLS or DASH live streams, as well as SCTE35 binary options applicable to both.
 - 
          
The UNKNOWN value indicates that the actual value is not exposed by the requested API version.
 
Describes the SCTE ad break markups for a LiveStreamEvent.
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202505 
| 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. |