Used with BASS_WASAPI_GetInfo(BASS_WASAPI_INFO) to retrieve information on the current device.
Inheritance Hierarchy
Un4seen.BassWasapiBASS_WASAPI_INFO
Namespace: Un4seen.BassWasapi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class BASS_WASAPI_INFO
The BASS_WASAPI_INFO type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_WASAPI_INFO |
Default constructor.
|
Properties
| Name | Description | |
|---|---|---|
| IsEventDriven |
Is the device used in event-driven mode?
| |
| IsExclusive |
Is the device used in exclusive mode?
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
A description of the decive info object (the format, sample rate and number of channels).
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| buflen |
The buffer size in bytes.
| |
| chans |
The number of channels used (1 = mono, 2 = stereo, etc.).
| |
| format |
The device's sample format used (one of the BASSWASAPIFormat).
| |
| freq |
The sample rate used.
| |
| initflags |
The flags parameter of the BASS_WASAPI_Init(Int32, Int32, Int32, BASSWASAPIInit, Single, Single, WASAPIPROC, IntPtr) call.
|
See Also