Sportronics.VideoEnums
2.0.2
dotnet add package Sportronics.VideoEnums --version 2.0.2
NuGet\Install-Package Sportronics.VideoEnums -Version 2.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="Sportronics.VideoEnums" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sportronics.VideoEnums" Version="2.0.2" />
<PackageReference Include="Sportronics.VideoEnums" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sportronics.VideoEnums --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sportronics.VideoEnums, 2.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.
#:package Sportronics.VideoEnums@2.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sportronics.VideoEnums&version=2.0.2
#tool nuget:?package=Sportronics.VideoEnums&version=2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
VideoEnums package
Note same as VideoEnums.Windows but for Android OS
Used by SendVideo & SendVideoOverTcpLib Maui App/Lib at GitHub djaus2/TransferVideoOverTcp
public enum TimeFromMode
{
FromVideoStart, //From start of video capture
FromGunSound, //From gun sound
FromGunFlash, //From observed flash of gun on video
ManuallySelect, //Manually selected start time
WallClockSelect
}
public enum VideoDetectMode
{
FromFlash, //Detect flash in video
FromFrameChange, //Detect motion in video
FromMotionDetector //Detect frame change in video.
}
public VideoInfo
{
// Properties
byte[] Checksum { get; set; }
VideoDetectMode DetectMode { get; set; }
DateTime GunTime { get; set; }
string RecordedFilename { get; set; }
string RecordedVideoPath { get; set; }
string SelectedFilename { get; set; }
string SelectedVideoPath { get; set; }
TimeFromMode TimeFrom { get; set; }
DateTime VideoStart { get; set; }
// Static Mthods
static abstract string EncodeDateTime(DateTime dat);
static abstract DateTime ParseCustomDateTime(string input);
// Methods
void AppendTimesToVideoFilename();
string ConcatenateTimeFromandVideoTimes();
void GetCheckSum();
bool GetMetaInfoandFilename();
string ToJson();
string ToString();
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-android35.0 is compatible. net10.0-android was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0-android35.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Sportronics.VideoEnums:
Package | Downloads |
---|---|
Sportronics.SendVideoOverTcpLib
A MAUI library for transferring video over TCP from phone to Windows WPF complementary app (see repository project GetVideoWPFLibSample). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.0.2 | 104 | 9/9/2025 |
Needed by SendVideoOverTcpLib package