Open Broadcaster Software
Free, open source software for live streaming and recording
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wasapi-output.h File Reference

Go to the source code of this file.

Macros

#define KSAUDIO_SPEAKER_2POINT1   (KSAUDIO_SPEAKER_STEREO|SPEAKER_LOW_FREQUENCY)
 
#define KSAUDIO_SPEAKER_SURROUND_AVUTIL   (KSAUDIO_SPEAKER_STEREO|SPEAKER_FRONT_CENTER)
 
#define KSAUDIO_SPEAKER_4POINT1   (KSAUDIO_SPEAKER_SURROUND|SPEAKER_LOW_FREQUENCY)
 
#define safe_release(ptr)
 

Macro Definition Documentation

#define KSAUDIO_SPEAKER_2POINT1   (KSAUDIO_SPEAKER_STEREO|SPEAKER_LOW_FREQUENCY)
#define KSAUDIO_SPEAKER_4POINT1   (KSAUDIO_SPEAKER_SURROUND|SPEAKER_LOW_FREQUENCY)
#define KSAUDIO_SPEAKER_SURROUND_AVUTIL   (KSAUDIO_SPEAKER_STEREO|SPEAKER_FRONT_CENTER)
#define safe_release (   ptr)
Value:
do { \
if (ptr) { \
ptr->lpVtbl->Release(ptr); \
} \
} while (false)