| DiaSpringWrapperCommonBitsPerSample Enumeration |
Enumerator constant which specifies the number of sample bits of the file to be recorded or played.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxpublic enum BitsPerSample
Public Enumeration BitsPerSample
public enum class BitsPerSample
Members|
| Member name | Value | Description |
|---|
| BPS_8 | 8 | Use 8 BPS. |
| BPS_4 | 4 | Use 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