Microsoft.Azure.Management.Media 2.0.0

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 2.0.0
NuGet\Install-Package Microsoft.Azure.Management.Media -Version 2.0.0
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="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.Management.Media --version 2.0.0
#r "nuget: Microsoft.Azure.Management.Media, 2.0.0"
#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=2.0.0

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

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 was computed.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  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 404,134 3/30/2022
5.0.0 240,007 9/15/2021
4.0.0 85,592 6/11/2021
3.0.4 137,218 2/22/2021
3.0.3 41,317 1/8/2021
3.0.2 122,276 10/29/2020
2.1.0-preview 9,788 12/26/2019
2.0.5 228,314 5/27/2020
2.0.4 196,823 1/1/2020
2.0.3 117,445 6/5/2019
2.0.2 62,074 4/4/2019
2.0.1 53,519 12/14/2018
2.0.0 22,944 9/28/2018
1.8.0-preview 2,709 6/26/2018
1.0.0 34,001 4/25/2018
0.2.0 4,590 3/3/2017
0.1.1 112,332 10/26/2018
0.1.0 12,615 7/22/2016

This release adds support for the General Availability of the V3 API of Azure Media Services, including:

       1. Transforms and Jobs to encode or analyze media content.
       2. StreamingLocators for publishing and streaming content to end user devices
       3. StreamingPolicies and ContentKeyPolicies to configure key delivery and content protection (DRM)
          when delivering content.
       4. LiveEvents and LiveOutputs to configure the ingest and archiving of live streaming content.
       5. Assets to store and publish media content in Azure Storage.
       6. StreamingEndpoints to configure and scale dynamic packaging, encryption and streaming for
          both live and on demand media content.

       Updates from the 2nd Preview of the V3 API include:

       * Support for Account and Asset level filters to allow a subset of a multi-bitrate streaming presentation to be
         exposed to end users.
       * The ListStreamingLocators method was added to Assets to allow the Locators associated with an Asset to be
         quickly enumerated.
       * Jobs now support Update to allow changing the priority of a Job before processing begins.

       Note that the VideoAnalyzerPreset.AudioInsightsOnly was renamed to VideoAnalyzerPreset.InsightsToExtract and converted
       from a boolean to an enum to give three options (AudioInsightsOnly, VideoInsightsOnly, and AllInsights).  The default
       is AllInsights.