Screna 0.2.0
See the version list below for details.
dotnet add package Screna --version 0.2.0
NuGet\Install-Package Screna -Version 0.2.0
<PackageReference Include="Screna" Version="0.2.0" />
paket add Screna --version 0.2.0
#r "nuget: Screna, 0.2.0"
// Install Screna as a Cake Addin #addin nuget:?package=Screna&version=0.2.0 // Install Screna as a Cake Tool #tool nuget:?package=Screna&version=0.2.0
.Net Capture Solution to Capture Screen/Audio/Video/Mouse Cursor/KeyStrokes and more... with a highly extensible API
• TransparentScreenShot.cs adopted from Aeroshot, used for Transparent Window Captures
• GifWriter.cs adopted from Bumpkit, used to Output a ScreenCast to a Gif
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Screna:
Package | Downloads |
---|---|
Screna.SharpAvi
DEPRECATED |
|
Screna.NAudio
DEPRECATED |
|
Screna.Bass
DEPRECATED |
|
Screna.MouseKeyHook
DEPRECATED |
GitHub repositories
This package is not used by any popular GitHub repositories.
* XML Documentation.
* IVideoFileWriter.RecordsAudio renamed to SupportsAudio.
* Added RegionProvider for capturing a specific region.
* AudioRecorder.Start(int Delay = 0) accounts for the Delay parameter.
* WindowHandler.EnumerateVisible() skips windows that don't have a Title.
* MouseKeyHook now draws a filled circle for a click. ClickStrokePen property changed to ClickBrush.
* Screna.Native namespace and some methods from static Extensions class ars now internal to make the API cleaner.
* Added IVideoFileWriter.Init().
* AviWriter constructor has fewer members.
* Added int FrameRate member in Recorder constructor.
EXTENSION PACKAGES
--------------------
Some features are now provided as Extension packages instead of being bundled in the Screna Core package.
* Screna.Lame
* Screna.MouseKeyHook
* Screna.SharpAvi
* Screna.Bass
* Screna.NAudio
Benefits:
* Improved Maintainability of Screna (removed the code copied directly from other projects).
* Utilising the true power of NuGet.
* You can chose between different Extensions: e.g. NAudio or BASS for Audio.
* Helping the package authors of the components used.