mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
13
GpCommon/GpAudioDriverProperties.h
Normal file
13
GpCommon/GpAudioDriverProperties.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "EGpAudioDriverType.h"
|
||||
|
||||
class IGpAudioDriver;
|
||||
|
||||
struct GpAudioDriverProperties
|
||||
{
|
||||
EGpAudioDriverType m_type;
|
||||
|
||||
unsigned int m_sampleRate;
|
||||
bool m_debug;
|
||||
};
|
||||
Reference in New Issue
Block a user