Skip to content

bitmovin/bitmovin-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitmovin

New API Client (Recommended)

bitmovin-dotnet is the legacy Bitmovin API client for C#.

We recommend using the new client, which you can find at bitmovin-api-sdk-dotnet. Using the new client guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.


bitmovin-dotnet

.NET-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account. Sign up for a Bitmovin API key.

The full Bitmovin API reference can be found on our website.

NuGet

NuGet is a extension for Visual Studio which allows you to search for, install, uninstall and update external packages in your projects and solutions.

NuGet comes installed with the more recent versions of Visual Studio, but you can download it from here if you don’t already have it.

Install bitmovin-dotnet via Package Manager Console

To install bitmovin-dotnet for .NET Framework (>= 4.0) or .NET Core, run the following command in the Package Manager Console:

    Install-Package bitmovin-dotnet

Managing NuGet Packages Using the Dialog

Detailed information on how to find, install, remove, and update NuGet packages using the Manage NuGet Packages dialog box can be found at docs.nuget.org

Example

Please go to our example page.