Skip to content

Commit 481695f

Browse files
authored
Merge pull request #79658 from Juliako/patch-91
Update live-event-types-comparison.md
2 parents 6abc40b + a5e4d8d commit 481695f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/media-services/latest/live-event-types-comparison.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ In Azure Media Services, a [Live Event](https://docs.microsoft.com/rest/api/med
2222

2323
## Types comparison
2424

25-
The following table compares features of the Live Event types.
25+
The following table compares features of the Live Event types. The types are set during creation using these properties:
26+
27+
* **LiveEventEncodingType.None** - An on-premises live encoder sends a multiple bitrate stream. The ingested streams passes through the Live Event without any further processing.
28+
* **LiveEventEncodingType.Standard** - An on-premises live encoder sends a single-bitrate stream to the Live Event and Media Services creates multiple bitrate streams. If the contribution feed is of 720p or higher resolution, the **Default720p** preset will encode a set of 6 resolution/bit rate pairs (details follow later in the article).
29+
* **LiveEventEncodingType.Premium1080p** - An on-premises live encoder sends a single-bitrate stream to the Live Event and Media Services creates multiple bitrate streams. The Default1080p preset specifies the output set of resolution/bit rate pairs (details follow later in the article).
2630

2731
| Feature | Pass-through Live Event | Standard or Premium1080p Live Event |
2832
| --- | --- | --- |

0 commit comments

Comments
 (0)