AI-generated Key Takeaways
- 
          StreamingFormat is an enumeration used within the LiveStreamEvent service. 
- 
          The StreamingFormat enumeration defines two known live stream media formats: HLS and DASH. 
- 
          The UNKNOWN value is used when the actual StreamingFormat value is not exposed by the requested API version. 
                  Service
               
               
                  LiveStreamEventService
               
            
                  Dependencies
               
               
                  LiveStreamEvent
                  
            ▼
                  StreamingFormat
               The LiveStreamEvent streaming format.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description | 
|---|---|
| HLS | The format of the live stream media is HTTP Live Streaming. | 
| DASH | The format of the live stream media is MPEG-DASH. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |