vrpn 07.35
Virtual Reality Peripheral Network
Loading...
Searching...
No Matches
vrpn_Sound.h File Reference
#include "vrpn_BaseClass.h"
#include "vrpn_Configure.h"
#include "vrpn_Shared.h"
#include "vrpn_Text.h"
#include "vrpn_Types.h"
Include dependency graph for vrpn_Sound.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vrpn_PoseDef
struct  vrpn_SoundDef
struct  vrpn_ListenerDef
struct  vrpn_MaterialDef
struct  vrpn_QuadDef
struct  vrpn_TriDef
class  vrpn_Sound
class  vrpn_Sound_Client
class  vrpn_Sound_Server

Macros

#define MAX_MATERIAL_NAME_LENGTH   128
#define MAX_NUMBER_SOUNDS   1024
#define MAX_NUMBER_MATERIALS   64
#define MAX_NUMBER_POLYGONS   2048
#define MAX_FILENAME_LENGTH   2048

Typedefs

typedef vrpn_int32 vrpn_SoundID

Variables

class VRPN_API vrpn_Connection

Macro Definition Documentation

◆ MAX_FILENAME_LENGTH

#define MAX_FILENAME_LENGTH   2048

Definition at line 21 of file vrpn_Sound.h.

◆ MAX_MATERIAL_NAME_LENGTH

◆ MAX_NUMBER_MATERIALS

#define MAX_NUMBER_MATERIALS   64

Definition at line 19 of file vrpn_Sound.h.

◆ MAX_NUMBER_POLYGONS

#define MAX_NUMBER_POLYGONS   2048

Definition at line 20 of file vrpn_Sound.h.

◆ MAX_NUMBER_SOUNDS

#define MAX_NUMBER_SOUNDS   1024

Definition at line 18 of file vrpn_Sound.h.

Typedef Documentation

◆ vrpn_SoundID

typedef vrpn_int32 vrpn_SoundID

Definition at line 25 of file vrpn_Sound.h.

Variable Documentation

◆ vrpn_Connection