AudRecordLib
|
00001 00007 #ifndef AUDRECORDLIB_DEVICE_H 00008 #define AUDRECORDLIB_DEVICE_H 00009 00010 #pragma once 00011 00012 #include "exports.h" 00013 00014 // documentation block in device.cpp 00015 HRESULT GetAllAudioEndpoints(EndpointArray*& pEndpoints); 00016 void FreeAllAudioEndpoints(EndpointArray* pEndpoints); 00017 00019 #endif