TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
VolumeSettings Struct Reference

The VolumeSettings structure stores volume levels. More...

#include <volume.h>

Public Attributes

int left = 0
 
int right = 0
 

Detailed Description

The VolumeSettings structure stores volume levels.

Author
Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru

Definition at line 31 of file volume.h.

Member Data Documentation

int VolumeSettings::left = 0

Volume of the left channel. It should be 0..100.

Definition at line 33 of file volume.h.

Referenced by operator!=(), and operator==().

int VolumeSettings::right = 0

Volume of the left channel It should be 0..100.

Definition at line 34 of file volume.h.

Referenced by operator!=(), and operator==().


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