Enumerator constant which specifies the number of sample bits of the file to be recorded or played.

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum BitsPerSample
Public Enumeration BitsPerSample
public enum class BitsPerSample

Members

MemberDescription
BPS_4
Use 4 BPS (this is the default when FileFormat is WAV_MICROSOFT).
BPS_8
Use 8 BPS.

Remarks

BPS_8: 8 bps
BPS_4: 4 bps (default when FileFormat is WAV_MICROSOFT)

See Also

Inkostar Namespace