Cinegy.TsDecoder 1.0.32

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

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

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 305 6/16/2023
4.0.2-alpha 330 6/11/2023
3.0.134 2,305 6/14/2022
3.0.133 460 5/26/2022
3.0.132 463 5/24/2022
3.0.131 475 5/24/2022
3.0.126 1,752 1/9/2020
3.0.125 1,503 1/6/2020
3.0.124 599 12/10/2019
3.0.123 2,270 12/7/2019
3.0.122 542 11/15/2019
3.0.121-beta 390 11/15/2019
3.0.119-beta 375 11/14/2019
3.0.118-beta 652 7/6/2019
3.0.113-beta 982 9/8/2018
3.0.112-beta 629 9/8/2018
3.0.103-beta 926 2/27/2018
3.0.102-beta 810 2/27/2018
3.0.101-beta 1,394 2/22/2018
3.0.100-beta 809 2/22/2018
2.1.0 1,177 2/17/2018
2.0.90 996 11/22/2017
2.0.89 936 11/18/2017
2.0.88 946 10/19/2017
2.0.86 957 10/19/2017
2.0.85 957 10/18/2017
2.0.80 926 10/17/2017
2.0.79 947 10/17/2017
2.0.78 1,181 10/16/2017
2.0.77 908 10/12/2017
2.0.75 998 8/15/2017
2.0.74 1,081 8/15/2017
2.0.70 988 7/19/2017
2.0.69 980 7/12/2017
2.0.68 958 7/12/2017
2.0.67 966 7/11/2017
2.0.66 993 7/11/2017
2.0.65 1,005 7/11/2017
2.0.61 1,096 7/7/2017
2.0.59 1,266 5/25/2017
2.0.58 1,316 5/23/2017
2.0.56 1,015 5/22/2017
2.0.55 981 5/22/2017
2.0.54 1,219 5/22/2017
2.0.53 1,005 5/22/2017
2.0.52 1,210 5/22/2017
2.0.50 974 5/22/2017
2.0.49 984 5/17/2017
2.0.48 1,100 5/17/2017
2.0.47-alpha 1,800 4/11/2017
1.0.43 982 4/11/2017
1.0.42 968 3/29/2017
1.0.41 989 3/29/2017
1.0.40 1,008 3/20/2017
1.0.38 993 3/2/2017
1.0.34 1,034 2/2/2017
1.0.32 967 2/2/2017
1.0.31 1,021 1/25/2017
1.0.30 1,653 1/24/2017
1.0.29 990 1/24/2017
1.0.27 970 1/24/2017
1.0.26 969 1/24/2017
1.0.25 947 1/24/2017
1.0.24 1,009 1/12/2017
1.0.23 1,010 1/11/2017
1.0.22 1,020 1/11/2017
1.0.21 979 1/11/2017
1.0.20 1,008 1/11/2017
1.0.19 1,591 1/6/2017
1.0.18 963 1/6/2017
1.0.17 1,195 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.