| LyncPlatformLibraryAudioBitsPerSample Enumeration |
Enumerates the audio format bits per sample values.
Namespace: Inkostar.EnumsAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum LyncPlatformLibraryAudioBitsPerSample
Public Enumeration LyncPlatformLibraryAudioBitsPerSample
public enum class LyncPlatformLibraryAudioBitsPerSample
type LyncPlatformLibraryAudioBitsPerSample
Members|
| Member name | Value | Description |
|---|
| AudioBitsPerSample8 | 8 |
The audio has a sample rate of 8 bits per sample.
|
| AudioBitsPerSample16 | 16 |
The audio has a sample rate of 16 bits per sample.
|
See Also