Okular
7 #ifndef _OKULAR_SOUND_H_
8 #define _OKULAR_SOUND_H_
10 #include "okularcore_export.h"
63 SoundType soundType()
const;
78 void setSamplingRate(
double rate);
83 double samplingRate()
const;
88 void setChannels(
int channels);
98 void setBitsPerSample(
int bitsPerSample);
103 int bitsPerSample()
const;
108 void setSoundEncoding(SoundEncoding encoding);
113 SoundEncoding soundEncoding()
const;
119 Q_DISABLE_COPY(
Sound)
SoundType
Describes where the sound is stored.
Contains information about a sound object.
The documentation to the global Okular namespace.
SoundEncoding
Describes the encoding of the sound data.
@ External
Is stored at external resource (e.g. url)
@ Signed
Is encoded with twos-complement values.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:06:53 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.