Click or drag to resize
DiaSpringWrapperCommonBitsPerSample Enumeration
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
public enum BitsPerSample
Members
  Member nameValueDescription
BPS_88Use 8 BPS.
BPS_44Use 4 BPS (this is the default when FileFormat is WAV_MICROSOFT).
Remarks
BPS_8: 8 bps
BPS_4: 4 bps (default when FileFormat is WAV_MICROSOFT)
See Also