Cinegy.TsDecoder 1.0.43

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cinegy.TsDecoder --version 1.0.43
NuGet\Install-Package Cinegy.TsDecoder -Version 1.0.43
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="Cinegy.TsDecoder" Version="1.0.43" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cinegy.TsDecoder --version 1.0.43
#r "nuget: Cinegy.TsDecoder, 1.0.43"
#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 Cinegy.TsDecoder as a Cake Addin
#addin nuget:?package=Cinegy.TsDecoder&version=1.0.43

// Install Cinegy.TsDecoder as a Cake Tool
#tool nuget:?package=Cinegy.TsDecoder&version=1.0.43

Transport Stream Decoder

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Cinegy.TsDecoder:

Package Downloads
Cinegy.TtxDecoder

A teletext subtitle decoder, in C# targetting NET standard 2.0

Cinegy.TsAnalysis

Analysis engine for parsing data from Cinegy TsDecoder, in C# targetting NET 6.0

Cinegy.KlvDecoder

A KLV decoder, in C# targetting NET 6.0

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.3-alpha 248 6/16/2023
4.0.2-alpha 261 6/11/2023
3.0.134 2,131 6/14/2022
3.0.133 450 5/26/2022
3.0.132 443 5/24/2022
3.0.131 453 5/24/2022
3.0.126 1,693 1/9/2020
3.0.125 1,448 1/6/2020
3.0.124 581 12/10/2019
3.0.123 2,177 12/7/2019
3.0.122 517 11/15/2019
3.0.121-beta 370 11/15/2019
3.0.119-beta 355 11/14/2019
3.0.118-beta 617 7/6/2019
3.0.113-beta 942 9/8/2018
3.0.112-beta 603 9/8/2018
3.0.103-beta 920 2/27/2018
3.0.102-beta 791 2/27/2018
3.0.101-beta 1,329 2/22/2018
3.0.100-beta 791 2/22/2018
2.1.0 1,148 2/17/2018
2.0.90 970 11/22/2017
2.0.89 911 11/18/2017
2.0.88 922 10/19/2017
2.0.86 945 10/19/2017
2.0.85 946 10/18/2017
2.0.80 916 10/17/2017
2.0.79 922 10/17/2017
2.0.78 1,128 10/16/2017
2.0.77 898 10/12/2017
2.0.75 967 8/15/2017
2.0.74 1,058 8/15/2017
2.0.70 975 7/19/2017
2.0.69 958 7/12/2017
2.0.68 948 7/12/2017
2.0.67 943 7/11/2017
2.0.66 965 7/11/2017
2.0.65 976 7/11/2017
2.0.61 1,055 7/7/2017
2.0.59 1,225 5/25/2017
2.0.58 1,285 5/23/2017
2.0.56 997 5/22/2017
2.0.55 958 5/22/2017
2.0.54 1,162 5/22/2017
2.0.53 981 5/22/2017
2.0.52 1,159 5/22/2017
2.0.50 951 5/22/2017
2.0.49 956 5/17/2017
2.0.48 1,063 5/17/2017
2.0.47-alpha 1,704 4/11/2017
1.0.43 971 4/11/2017
1.0.42 943 3/29/2017
1.0.41 963 3/29/2017
1.0.40 982 3/20/2017
1.0.38 972 3/2/2017
1.0.34 1,003 2/2/2017
1.0.32 944 2/2/2017
1.0.31 997 1/25/2017
1.0.30 1,618 1/24/2017
1.0.29 982 1/24/2017
1.0.27 948 1/24/2017
1.0.26 948 1/24/2017
1.0.25 926 1/24/2017
1.0.24 999 1/12/2017
1.0.23 983 1/11/2017
1.0.22 995 1/11/2017
1.0.21 969 1/11/2017
1.0.20 980 1/11/2017
1.0.19 1,544 1/6/2017
1.0.18 952 1/6/2017
1.0.17 1,174 1/6/2017

Breaking change made to API - RingBuffer Fullness is now a property. Also, more unit test coverage added for RingBuffer, and FindSync now public.