Cinegy.TsDecoder 1.0.40

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

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

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 270 6/16/2023
4.0.2-alpha 284 6/11/2023
3.0.134 2,235 6/14/2022
3.0.133 453 5/26/2022
3.0.132 445 5/24/2022
3.0.131 456 5/24/2022
3.0.126 1,718 1/9/2020
3.0.125 1,452 1/6/2020
3.0.124 594 12/10/2019
3.0.123 2,187 12/7/2019
3.0.122 522 11/15/2019
3.0.121-beta 374 11/15/2019
3.0.119-beta 359 11/14/2019
3.0.118-beta 626 7/6/2019
3.0.113-beta 955 9/8/2018
3.0.112-beta 609 9/8/2018
3.0.103-beta 922 2/27/2018
3.0.102-beta 793 2/27/2018
3.0.101-beta 1,335 2/22/2018
3.0.100-beta 793 2/22/2018
2.1.0 1,157 2/17/2018
2.0.90 976 11/22/2017
2.0.89 916 11/18/2017
2.0.88 928 10/19/2017
2.0.86 952 10/19/2017
2.0.85 951 10/18/2017
2.0.80 921 10/17/2017
2.0.79 927 10/17/2017
2.0.78 1,136 10/16/2017
2.0.77 903 10/12/2017
2.0.75 974 8/15/2017
2.0.74 1,063 8/15/2017
2.0.70 981 7/19/2017
2.0.69 963 7/12/2017
2.0.68 953 7/12/2017
2.0.67 947 7/11/2017
2.0.66 970 7/11/2017
2.0.65 981 7/11/2017
2.0.61 1,060 7/7/2017
2.0.59 1,231 5/25/2017
2.0.58 1,293 5/23/2017
2.0.56 1,002 5/22/2017
2.0.55 963 5/22/2017
2.0.54 1,167 5/22/2017
2.0.53 986 5/22/2017
2.0.52 1,164 5/22/2017
2.0.50 956 5/22/2017
2.0.49 961 5/17/2017
2.0.48 1,068 5/17/2017
2.0.47-alpha 1,707 4/11/2017
1.0.43 977 4/11/2017
1.0.42 949 3/29/2017
1.0.41 972 3/29/2017
1.0.40 988 3/20/2017
1.0.38 977 3/2/2017
1.0.34 1,009 2/2/2017
1.0.32 949 2/2/2017
1.0.31 1,003 1/25/2017
1.0.30 1,624 1/24/2017
1.0.29 985 1/24/2017
1.0.27 952 1/24/2017
1.0.26 952 1/24/2017
1.0.25 931 1/24/2017
1.0.24 1,004 1/12/2017
1.0.23 988 1/11/2017
1.0.22 1,001 1/11/2017
1.0.21 974 1/11/2017
1.0.20 985 1/11/2017
1.0.19 1,552 1/6/2017
1.0.18 957 1/6/2017
1.0.17 1,179 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.