File tree Expand file tree Collapse file tree
SoundFingerprinting.Tests/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111[ assembly: AssemblyCulture ( "" ) ]
1212[ assembly: ComVisible ( false ) ]
1313[ assembly: Guid ( "4cac962e-ebc5-4006-a1e0-7ffb3e2483c2" ) ]
14- [ assembly: AssemblyVersion ( "12.4 .0.100" ) ]
15- [ assembly: AssemblyInformationalVersion ( "12.4 .0.100" ) ]
14+ [ assembly: AssemblyVersion ( "12.5 .0.100" ) ]
15+ [ assembly: AssemblyInformationalVersion ( "12.5 .0.100" ) ]
Original file line number Diff line number Diff line change 55 /// </summary>
66 public class BlackFramesFilterConfiguration
77 {
8+ /// <summary>
9+ /// Gets the default configuration that considers a frame black if 94% of its pixels are below the threshold of 32.
10+ /// </summary>
11+ public static readonly BlackFramesFilterConfiguration Default = new ( )
12+ {
13+ Amount = 94 ,
14+ Threshold = 32
15+ } ;
16+
817 /// <summary>
918 /// Gets or sets the threshold below which a pixel value is considered black.
1019 /// </summary>
Original file line number Diff line number Diff line change 1919[ assembly: InternalsVisibleTo ( "SoundFingerprinting.FFT.FFTW" ) ]
2020[ assembly: InternalsVisibleTo ( "SoundFingerprinting.FFT.FFTW.Tests" ) ]
2121
22- [ assembly: AssemblyVersion ( "12.4 .0.100" ) ]
23- [ assembly: AssemblyInformationalVersion ( "12.4 .0.100" ) ]
22+ [ assembly: AssemblyVersion ( "12.5 .0.100" ) ]
23+ [ assembly: AssemblyInformationalVersion ( "12.5 .0.100" ) ]
You can’t perform that action at this time.
0 commit comments