SIPSorceryMedia.Encoders
0.0.10-pre
dotnet add package SIPSorceryMedia.Encoders --version 0.0.10-pre
NuGet\Install-Package SIPSorceryMedia.Encoders -Version 0.0.10-pre
<PackageReference Include="SIPSorceryMedia.Encoders" Version="0.0.10-pre" />
paket add SIPSorceryMedia.Encoders --version 0.0.10-pre
#r "nuget: SIPSorceryMedia.Encoders, 0.0.10-pre"
// Install SIPSorceryMedia.Encoders as a Cake Addin
#addin nuget:?package=SIPSorceryMedia.Encoders&version=0.0.10-pre&prerelease
// Install SIPSorceryMedia.Encoders as a Cake Tool
#tool nuget:?package=SIPSorceryMedia.Encoders&version=0.0.10-pre&prerelease
Provides audio and video encode and decode capabilities plus media end points that can be used with the main SIPSorcery real-time communications library.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- SIPSorceryMedia.Abstractions (>= 1.0.4-pre)
-
All Frameworks
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- SIPSorceryMedia.Abstractions (>= 1.0.4-pre)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SIPSorceryMedia.Encoders:
Repository | Stars |
---|---|
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
|
-v0.0.10-pre: Updated to use latest abstractons package with change to IAudioEncoder and IVideoEncoder interfaces.
-v0.0.9-pre: Updated to use latest abstractions nuget package and video format parameter on IVideoSink.GotVideoFrame.
-v0.0.8-pre: Updated VP8 codec to handle frames with uneven dimensions.
-v0.0.7-pre: Updated VP8 video encoder class to support the IVideoEncoder interface.
-v0.0.6-pre: Updated to use latest abstractions nuget package.
-v0.0.5-pre: Updated to use latest abstractions nuget package.
-v0.0.4-pre: Updated to use latest abstractions nuget package.
-v0.0.3-pre: Use pixel conversion class from abstractions package.
-v0.0.2-pre: Added support for I420 input samples.
-v0.0.1-pre: Initial pre-release