[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["`StreamingFormat` defines the format of a live stream event's media, such as HTTP Live Streaming (HLS) or MPEG-DASH."],["The `StreamingFormat` enumeration includes `HLS`, `DASH`, and `UNKNOWN` to accommodate various live stream media formats and API versions."]]],["The core content describes the `StreamingFormat` dependency within the `LiveStreamEventService`. It defines three possible streaming formats: `HLS`, which represents HTTP Live Streaming; `DASH`, representing MPEG-DASH; and `UNKNOWN`, which is used when the actual value is not available in the requested API version. These formats dictate how live stream media is delivered. The namespace associated with this is provided.\n"]]