|
Xeno-rat
|
Namespaces | |
| namespace | Interfaces |
Classes | |
| class | AudioCaptureClient |
| Audio Capture Client. More... | |
| class | AudioClient |
| Windows CoreAudio AudioClient. More... | |
| struct | AudioClientActivationParams |
| AUDIOCLIENT_ACTIVATION_PARAMS https://docs.microsoft.com/en-us/windows/win32/api/audioclientactivationparams/ns-audioclientactivationparams-audioclient_activation_params. More... | |
| struct | AudioClientProcessLoopbackParams |
| AUDIOCLIENT_PROCESS_LOOPBACK_PARAMS https://docs.microsoft.com/en-us/windows/win32/api/audioclientactivationparams/ns-audioclientactivationparams-audioclient_process_loopback_params. More... | |
| struct | AudioClientProperties |
| The AudioClientProperties structure is used to set the parameters that describe the properties of the client's audio stream. More... | |
| class | AudioClockClient |
| Audio Clock Client. More... | |
| class | AudioEndpointVolume |
| Audio Endpoint Volume. More... | |
| class | AudioEndpointVolumeCallback |
| class | AudioEndpointVolumeChannel |
| Audio Endpoint Volume Channel. More... | |
| class | AudioEndpointVolumeChannels |
| Audio Endpoint Volume Channels. More... | |
| class | AudioEndpointVolumeStepInformation |
| Audio Endpoint Volume Step Information. More... | |
| class | AudioEndpointVolumeVolumeRange |
| Audio Endpoint Volume Volume Range. More... | |
| class | AudioMeterInformation |
| Audio Meter Information. More... | |
| class | AudioMeterInformationChannels |
| Audio Meter Information Channels. More... | |
| class | AudioRenderClient |
| Audio Render Client. More... | |
| class | AudioSessionControl |
| AudioSessionControl object for information regarding an audio session. More... | |
| class | AudioSessionEventsCallback |
| AudioSessionEvents callback implementation. More... | |
| class | AudioSessionManager |
| AudioSessionManager. More... | |
| class | AudioSessionNotification |
| class | AudioStreamVolume |
| Manages the AudioStreamVolume for the AudioClient. More... | |
| class | AudioVolumeNotificationData |
| Audio Volume Notification Data. More... | |
| class | Connector |
| Connector. More... | |
| class | DeviceTopology |
| Windows CoreAudio DeviceTopology. More... | |
| class | MMDevice |
| MM Device. More... | |
| class | MMDeviceCollection |
| Multimedia Device Collection. More... | |
| class | MMDeviceEnumerator |
| MM Device Enumerator. More... | |
| struct | PropertyKey |
| PROPERTYKEY is defined in wtypes.h. More... | |
| class | PropertyKeys |
| Property Keys. More... | |
| class | PropertyStore |
| Property Store class, only supports reading properties at the moment. More... | |
| class | PropertyStoreProperty |
| Property Store Property. More... | |
| class | SessionCollection |
| Collection of sessions. More... | |
| class | SimpleAudioVolume |
| Windows CoreAudio SimpleAudioVolume. More... | |
| class | WasapiCapture |
| Audio Capture using Wasapi See http://msdn.microsoft.com/en-us/library/dd370800%28VS.85%29.aspx. More... | |
Functions | |
| delegate void | AudioEndpointVolumeNotificationDelegate (AudioVolumeNotificationData data) |
| Audio Endpoint Volume Notifiaction Delegate. | |
AUDIOCLIENT_ACTIVATION_TYPE https://docs.microsoft.com/en-us/windows/win32/api/audioclientactivationparams/ne-audioclientactivationparams-audioclient_activation_type.
| enum NAudio.CoreAudioApi.AudioClientStreamFlags : uint |
AUDCLNT_STREAMFLAGS https://docs.microsoft.com/en-us/windows/win32/coreaudio/audclnt-streamflags-xxx-constants.
Defines values that describe the characteristics of an audio stream. AUDCLNT_STREAMOPTIONS https://docs.microsoft.com/en-us/windows/win32/api/audioclient/ne-audioclient-audclnt_streamoptions.
Specifies the category of an audio stream. https://docs.microsoft.com/en-us/windows/win32/api/audiosessiontypes/ne-audiosessiontypes-audio_stream_category AUDIO_STREAM_CATEGORY.
Connector Type.
The EDataFlow enumeration defines constants that indicate the direction in which audio data flows between an audio endpoint device and an application.
PROCESS_LOOPBACK_MODE https://docs.microsoft.com/en-us/windows/win32/api/audioclientactivationparams/ne-audioclientactivationparams-process_loopback_mode.
The ERole enumeration defines constants that indicate the role that the system has assigned to an audio endpoint device.
| delegate void NAudio.CoreAudioApi.AudioEndpointVolumeNotificationDelegate | ( | AudioVolumeNotificationData | data | ) |
Audio Endpoint Volume Notifiaction Delegate.
| data | Audio Volume Notification Data |