PortAudio  2.0
Data Structures | Macros | Functions | Variables
patest_wmme_find_best_latency_params.c File Reference
#include <stdio.h>
#include <time.h>
#include <math.h>
#include <windows.h>
#include <mmsystem.h>
#include <conio.h>
#include "portaudio.h"
#include "pa_win_wmme.h"

Data Structures

struct  paTestData
 

Macros

#define _WIN32_WINNT   0x0501 /* for GetNativeSystemInfo */
 
#define DEFAULT_SAMPLE_RATE   (44100.)
 
#define M_PI   (3.14159265)
 
#define TABLE_SIZE   (2048)
 
#define CHANNEL_COUNT   (2)
 
#define MIN_WMME_BUFFER_COUNT   (2)
 
#define MAX_WMME_BUFFER_COUNT   (12)
 
#define YES   1
 
#define NO   0
 

Functions

typedef BOOL (WINAPI *LPFN_ISWOW64PROCESS)(HANDLE
 
int main (int argc, char *argv[])
 

Variables

typedef PBOOL
 
LPFN_ISWOW64PROCESS fnIsWow64Process
 

Macro Definition Documentation

#define _WIN32_WINNT   0x0501 /* for GetNativeSystemInfo */
#define CHANNEL_COUNT   (2)
#define DEFAULT_SAMPLE_RATE   (44100.)

Referenced by main().

#define M_PI   (3.14159265)

Referenced by main().

#define MAX_WMME_BUFFER_COUNT   (12)

Referenced by main().

#define MIN_WMME_BUFFER_COUNT   (2)

Referenced by main().

#define NO   0

Referenced by main().

#define TABLE_SIZE   (2048)

Referenced by main().

#define YES   1

Referenced by main().

Function Documentation

typedef BOOL ( WINAPI LPFN_ISWOW64PROCESS)
int main ( int  argc,
char *  argv[] 
)

Variable Documentation

LPFN_ISWOW64PROCESS fnIsWow64Process
typedef PBOOL