Skip to content

Commit bf9f744

Browse files
authored
Update live-event-types-comparison.md
1 parent 8d04057 commit bf9f744

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ 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.
26+
27+
The types are set during creation using these properties:
28+
29+
* **LiveEventEncodingType.None** - An on-premises live encoder sends a multi-bitrate stream. The ingested streams passes through the Live Event without any further processing.
30+
* **LiveEventEncodingType.Standard** - An on-premises live encoder sends a single-bitrate stream to the Live Event and Media Services creates multi-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).
31+
* **LiveEventEncodingType.Premium1080p** - An on-premises live encoder sends a single-bitrate stream to the Live Event and Media Services creates multi-bitrate streams. The Default1080p preset specifies the output set of resolution/bit rate pairs (details follow later in the article).
2632

2733
| Feature | Pass-through Live Event | Standard or Premium1080p Live Event |
2834
| --- | --- | --- |

0 commit comments

Comments
 (0)