BASS.NET API for the Un4seen BASS Audio Library

EncoderWAVWAV_BitsPerSample Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the target resolution (number of bits per sample) of the Wave file to create - (by default the original resolution will be used).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int WAV_BitsPerSample { get; set; }

Property Value

Type: Int32
Remarks

This property is only evaluated, if an InputFile has been specified or the BASS_CONFIG_FLOATDSP option is set! NOTE: In all other cases the original resolution will be used!

This property should be either 8, 16, 24 or 32.

See Also

Reference