Skip to content

Commit c2ec03e

Browse files
authored
Fix descriptions for encoding types (#15281)
1 parent dc90355 commit c2ec03e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/mediaservices/resource-manager/Microsoft.Media/stable/2021-06-01/streamingservice.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@
14041404
"properties": {
14051405
"encodingType": {
14061406
"type": "string",
1407-
"description": "Live event type. When encodingType is set to None, the service simply passes through the incoming video and audio layer(s) to the output. When encodingType is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. See https://go.microsoft.com/fwlink/?linkid=2095101 for more information. This property cannot be modified after the live event is created.",
1407+
"description": "Live event type. When encodingType is set to PassthroughBasic or PassthroughStandard, the service simply passes through the incoming video and audio layer(s) to the output. When encodingType is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. See https://go.microsoft.com/fwlink/?linkid=2095101 for more information. This property cannot be modified after the live event is created.",
14081408
"enum": [
14091409
"None",
14101410
"Standard",
@@ -1417,7 +1417,7 @@
14171417
"values": [
14181418
{
14191419
"value": "None",
1420-
"description": "A contribution live encoder sends a multiple bitrate stream. The ingested stream passes through the live event without any further processing. It is also called the pass-through mode."
1420+
"description": "This is the same as PassthroughStandard, please see description below. This enumeration value is being deprecated."
14211421
},
14221422
{
14231423
"value": "Standard",
@@ -1429,11 +1429,11 @@
14291429
},
14301430
{
14311431
"value": "PassthroughBasic",
1432-
"description": "Pending update..."
1432+
"description": "The ingested stream passes through the live event from the contribution encoder without any further processing. In the PassthroughBasic mode, ingestion is limited to up to 5Mbps and only 1 concurrent live output is allowed. Live transcription is not available."
14331433
},
14341434
{
14351435
"value": "PassthroughStandard",
1436-
"description": "Pending update..."
1436+
"description": "The ingested stream passes through the live event from the contribution encoder without any further processing. Live transcription is available. Ingestion bitrate limits are much higher and up to 3 concurrent live outputs are allowed."
14371437
}
14381438
],
14391439
"modelAsString": true

0 commit comments

Comments
 (0)