RawAudioPacket Struct Reference

#include <WaveLoader.h>

List of all members.

Public Member Functions

 RawAudioPacket ()

Public Attributes

unsigned short bits
unsigned short channels
unsigned int sampleRate
unsigned int size
char * raw


Detailed Description

Definition at line 31 of file WaveLoader.h.


Constructor & Destructor Documentation

RawAudioPacket::RawAudioPacket (  )  [inline]

Definition at line 33 of file WaveLoader.h.


Member Data Documentation

unsigned short RawAudioPacket::bits

Definition at line 34 of file WaveLoader.h.

unsigned short RawAudioPacket::channels

Definition at line 35 of file WaveLoader.h.

unsigned int RawAudioPacket::sampleRate

Definition at line 36 of file WaveLoader.h.

unsigned int RawAudioPacket::size

Definition at line 37 of file WaveLoader.h.

char* RawAudioPacket::raw

Definition at line 38 of file WaveLoader.h.


The documentation for this struct was generated from the following file:
Hosted by SourceForge.net Logo