Skip to content

Commit f2b15b4

Browse files
authored
Update live-events-outputs-concept.md
1 parent d282f72 commit f2b15b4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/media-services/latest/live-events-outputs-concept.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: media
1212
ms.tgt_pltfrm: na
1313
ms.devlang: ne
1414
ms.topic: article
15-
ms.date: 06/12/2019
15+
ms.date: 06/13/2019
1616
ms.author: juliako
1717

1818
---
@@ -30,7 +30,11 @@ Azure Media Services enables you to deliver live events to your customers on the
3030

3131
## Live Event types
3232

33-
A [Live Event](https://docs.microsoft.com/rest/api/media/liveevents) can be one of two types: pass-through and live encoding.
33+
A [Live Event](https://docs.microsoft.com/rest/api/media/liveevents) can be one of two types: pass-through and live encoding. The types are set during creation using these properties:
34+
35+
* **LiveEventEncodingType.None** - An on-premises live encoder sends a multiple bitrate stream. The ingested streams passes through the Live Event without any further processing.
36+
* **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).
37+
* **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).
3438

3539
### Pass-through
3640

0 commit comments

Comments
 (0)