Microsoft.Azure.Management.Media 3.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Azure.ResourceManager.Media

Additional Details

Please note, this package is obsolete as of 9/30/2023 and is no longer maintained or monitored. Microsoft encourages you to upgrade to the replacement package, Azure.ResourceManager.Media, to continue receiving updates. Refer to the migration guide (https://aka.ms/dotnet/t2/migration) for guidance on upgrading. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Azure.Management.Media --version 3.0.2
NuGet\Install-Package Microsoft.Azure.Management.Media -Version 3.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.Management.Media" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.Management.Media --version 3.0.2
#r "nuget: Microsoft.Azure.Management.Media, 3.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.Management.Media as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Management.Media&version=3.0.2

// Install Microsoft.Azure.Management.Media as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Management.Media&version=3.0.2

Provides developers with libraries for managing Azure Media Services using the Azure Resource Manager API.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Microsoft.Azure.Management.Media:

Package Downloads
Spin

Web Framework cross platforms based to .net core

Goldfield.Repositories.Media.AzureMediaServices.V3

Package Description

ProcessMyMedia

Build your Azure Media Services workflow (V3 API version) and Azure Data Factory (V2 API version) in .NET Core.

SunnyMehr.AzureMedia

Package Description

EFCUK.CosmosDataService

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 423,449 3/30/2022
5.0.0 244,108 9/15/2021
4.0.0 86,661 6/11/2021
3.0.4 139,237 2/22/2021
3.0.3 41,789 1/8/2021
3.0.2 130,979 10/29/2020
2.1.0-preview 9,881 12/26/2019
2.0.5 231,153 5/27/2020
2.0.4 199,608 1/1/2020
2.0.3 119,022 6/5/2019
2.0.2 62,589 4/4/2019
2.0.1 53,782 12/14/2018
2.0.0 23,209 9/28/2018
1.8.0-preview 2,743 6/26/2018
1.0.0 34,084 4/25/2018
0.2.0 4,632 3/3/2017
0.1.1 112,464 10/26/2018
0.1.0 12,662 7/22/2016

This SDK is using 2020-05-01 version of the API
       
       * The Media Services account now supports system managed identities.
       * When a Media Services account has a managed identity, it can be used to enable encryption at REST with a customer managed key.
       * When a Media Services account has a managed identity, it can be used to access the attached storage accounts using the managed identity.

       * Live event added an Allocate action to put it into StandBy state.
       * Updates to most live event properties are now allowed when the live event is in stopped and standby state.
       * Users can specify a prefix for the static hostname for the live event's input and preview URLs.
       * VanityUrl is now called useStaticHostName to better reflect the intent of the property.
       * When an encoding live event receives input with aspect ratio different from the one specified in the preset, stretch mode allows customers to specify the stretching behavior for the output.
       * Encoding live events can now be configured to output constant fragment size of between 0.5 to 20 seconds.
       * Live transcription APIs allow customers to turn on live transcription for one of the many supported languages.

       * Added property Video.SyncMode which controls the frame rate of the encoded output.  Supported values are "Auto", "Passthrough", "Cfr", and "Vfr".
       * Added Property JpgImage.SpriteColumn, which can be used to set the number of columns used in thumbnail sprite image
       * Added CopyAllBitrateNonInterleaved Preset, which can be used to clip an existing asset or convert a group of key frame (GOP) aligned MP4 files as an asset that can be streamed.
       * Added UtcClipTime class, which specifies the clip time as a Utc time position in the media file during a job creation.
       * Added the “Mode” property to Audio/VideoAnalyzerPresets, exposing a new Basic Mode that only performs transcription and caption generation.

       Breaking changes:
       * VanityUrl property on LiveEvent is now called UseStaticHostName to better reflect the intent of the property.
       * SubscriptionMediaService class has been removed in favor of MediaService class. SubscriptionMediaService is a duplicate of MediaService class.
       * Basic and Standard live encoding types referred to the same live event type.  Basic LiveEventEncodingType has now been removed. Supported encoding types are Standard, Premium1080p or None.