ClanLib  2.3.7
List of all members
CL_SoundOutput_Description Class Reference

Sound output description class. More...

#include <soundoutput_description.h>

Public Member Functions

Construction
 CL_SoundOutput_Description ()
 Constructs a sound output description. More...
 
 ~CL_SoundOutput_Description ()
 
Attributes
int get_mixing_frequency () const
 Returns the mixing frequency for the sound output device. More...
 
int get_mixing_latency () const
 Returns the mixing latency in milliseconds. More...
 
Operations
void set_mixing_frequency (int frequency)
 Sets the mixing frequency for the sound output device. More...
 
void set_mixing_latency (int latency)
 Sets the mixing latency in milliseconds. More...
 

Detailed Description

Sound output description class.

Constructor & Destructor Documentation

CL_SoundOutput_Description::CL_SoundOutput_Description ( )

Constructs a sound output description.

CL_SoundOutput_Description::~CL_SoundOutput_Description ( )

Member Function Documentation

int CL_SoundOutput_Description::get_mixing_frequency ( ) const

Returns the mixing frequency for the sound output device.

int CL_SoundOutput_Description::get_mixing_latency ( ) const

Returns the mixing latency in milliseconds.

void CL_SoundOutput_Description::set_mixing_frequency ( int  frequency)

Sets the mixing frequency for the sound output device.

void CL_SoundOutput_Description::set_mixing_latency ( int  latency)

Sets the mixing latency in milliseconds.


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