Poppler Qt5
0.74.0
|
#include <poppler-qt5.h>
Public Types | |
enum | SoundEncoding { Raw, Signed, muLaw, ALaw } |
enum | SoundType { External, Embedded } |
Public Member Functions | |
int | bitsPerSample () const |
int | channels () const |
QByteArray | data () const |
double | samplingRate () const |
SoundEncoding | soundEncoding () const |
SoundType | soundType () const |
QString | url () const |
Container class for a sound file in a PDF document.
A sound can be either External (in that case should be loaded the file whose url is represented by url() ), or Embedded, and the player has to play the data contained in data().