Click or drag to resize
Accord.NET (logo)

SignalGetSampleSize Method

Gets the size (in bits) of a sample format.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static int GetSampleSize(
	SampleFormat format
)
Request Example View Source

Parameters

format
Type: Accord.AudioSampleFormat

Return Value

Type: Int32
See Also