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)
Contains information about a sound object.
SoundEncoding
Describes the encoding of the sound data.
@ Signed
Is encoded with twos-complement values.
SoundType
Describes where the sound is stored.
@ External
Is stored at external resource (e.g. url)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:50 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.