AudRecordLib
device.h
Go to the documentation of this file.
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines