Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-mediaservices] [python] delete python track1 config #6015

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/mediaservices/arm-mediaservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/mediaservices/arm-mediaservices",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/mediaservices/arm-mediaservices",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
12 changes: 6 additions & 6 deletions sdk/mediaservices/arm-mediaservices/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4448,12 +4448,12 @@ export interface LiveEventPreview {
*/
export interface LiveEventEncoding {
/**
* 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. Possible values include: 'None', 'Standard',
* 'Premium1080p', 'PassthroughBasic', 'PassthroughStandard'
* 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. Possible values
* include: 'None', 'Standard', 'Premium1080p', 'PassthroughBasic', 'PassthroughStandard'
*/
encodingType?: LiveEventEncodingType;
/**
Expand Down