Open Broadcaster Software
Free, open source software for live streaming and recording
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
wasapi-output.h
Go to the documentation of this file.
1
#include <windows.h>
2
#include <mmdeviceapi.h>
3
#include <audioclient.h>
4
5
#define KSAUDIO_SPEAKER_4POINT1 (KSAUDIO_SPEAKER_QUAD|SPEAKER_LOW_FREQUENCY)
6
#define KSAUDIO_SPEAKER_2POINT1 (KSAUDIO_SPEAKER_STEREO|SPEAKER_LOW_FREQUENCY)
7
8
#define safe_release(ptr) \
9
do { \
10
if (ptr) { \
11
ptr->lpVtbl->Release(ptr); \
12
} \
13
} while (false)
libobs
audio-monitoring
win32
wasapi-output.h
Generated on Mon Mar 20 2017 15:46:10 for Open Broadcaster Software by
1.8.5