Files
Aerofoil/GpCommon/GpAudioDriverProperties.h

14 lines
179 B
C
Raw Normal View History

2019-12-21 18:40:17 -05:00
#pragma once
#include "EGpAudioDriverType.h"
struct IGpAudioDriver;
struct GpAudioDriverProperties
{
EGpAudioDriverType m_type;
unsigned int m_sampleRate;
2019-12-21 18:40:17 -05:00
bool m_debug;
};