kwave  18.07.70
Kwave::PlayBackParam Class Reference

#include <PlayBackParam.h>

Collaboration diagram for Kwave::PlayBackParam:
Collaboration graph

Public Member Functions

 PlayBackParam ()
 

Public Attributes

double rate
 
unsigned int channels
 
unsigned int bits_per_sample
 
QString device
 
unsigned int bufbase
 
Kwave::playback_method_t method
 

Detailed Description

A class that contains all necessary parameters for setting up (initializing) a playback device.

Definition at line 51 of file PlayBackParam.h.

Constructor & Destructor Documentation

◆ PlayBackParam()

Kwave::PlayBackParam::PlayBackParam ( )
inline

Default constructor

Definition at line 55 of file PlayBackParam.h.

56  :rate(44100), channels(2), bits_per_sample(16),
57  device(), bufbase(10),
59  {
60  }
unsigned int channels
Definition: PlayBackParam.h:66
unsigned int bits_per_sample
Definition: PlayBackParam.h:69
unsigned int bufbase
Definition: PlayBackParam.h:75
Kwave::playback_method_t method
Definition: PlayBackParam.h:78

Member Data Documentation

◆ bits_per_sample

◆ bufbase

unsigned int Kwave::PlayBackParam::bufbase

◆ channels

◆ device

◆ method

◆ rate


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