cgv
Loading...
Searching...
No Matches
cgv::audio::OALSoundFormat Struct Reference

simple descriptor for sounds that can be played back in OAL More...

#include <al_context.h>

Public Types

enum  Type { SFT_UINT8 , SFT_INT16 }
 
enum  Channels { SFC_MONO = 1 , SFC_STEREO = 2 }
 

Public Attributes

enum cgv::audio::OALSoundFormat::Type value_type
 
enum cgv::audio::OALSoundFormat::Channels nr_channels
 
int sampling_rate
 
int nr_frames
 

Detailed Description

simple descriptor for sounds that can be played back in OAL

Definition at line 21 of file al_context.h.

Member Enumeration Documentation

◆ Channels

enum cgv::audio::OALSoundFormat::Channels

Definition at line 27 of file al_context.h.

◆ Type

enum cgv::audio::OALSoundFormat::Type

Definition at line 23 of file al_context.h.

Member Data Documentation

◆ nr_frames

int cgv::audio::OALSoundFormat::nr_frames

Definition at line 32 of file al_context.h.

◆ sampling_rate

int cgv::audio::OALSoundFormat::sampling_rate

Definition at line 31 of file al_context.h.


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