6#ifndef __AUDIO_ENGINE_WINDOWS_MME_H__
7#define __AUDIO_ENGINE_WINDOWS_MME_H__
9#include "zrythm-config.h"
18typedef struct WindowsMmeDevice WindowsMmeDevice;
30engine_windows_mme_get_num_devices (
int input);
38engine_windows_mme_get_error (
48engine_windows_mme_print_error (MMRESULT error_code,
int input);
60engine_windows_mme_activate (
AudioEngine * self,
bool activate);
70engine_windows_mme_rescan_devices (
AudioEngine * self,
int start);
84engine_windows_mme_test (GtkWindow * win);