orx  1.14
Portable Game Engine
orxSOUND_STREAM_INFO Struct Reference

#include <orxSound.h>

Data Fields

orxU32 u32ChannelNumber
 
orxU32 u32SampleRate
 
const orxSTRING zName
 

Detailed Description

Sound stream info

Definition at line 103 of file orxSound.h.

Field Documentation

orxU32 orxSOUND_STREAM_INFO::u32ChannelNumber

Number of channels, either mono (1) or stereo (2) : 12

Definition at line 107 of file orxSound.h.

orxU32 orxSOUND_STREAM_INFO::u32SampleRate

The sample rate, e.g. 44100 Hertz : 8

Definition at line 106 of file orxSound.h.

const orxSTRING orxSOUND_STREAM_INFO::zName

Stream name : 4

Definition at line 105 of file orxSound.h.


The documentation for this struct was generated from the following file:

Generated for orx by doxygen 1.8.11