21 #ifndef QTAV_AVERROR_H 22 #define QTAV_AVERROR_H 25 #include <QtCore/QString> 40 FindStreamInfoTimedout = ParseStreamTimedOut,
42 FindStreamInfoError = ParseStreamError,
79 {
return !(*
this == other); }
83 QString string()
const;
85 int ffmpegErrorCode()
const;
86 QString ffmpegErrorString()
const;
98 #ifndef QT_NO_DEBUG_STREAM 105 #endif // QTAV_AVERROR_H ErrorCode
Definition: AVError.h:31
#define Q_AV_EXPORT
Definition: QtAV_Global.h:40
Q_AV_EXPORT QDebug operator<<(QDebug debug, const AudioFormat &fmt)
bool operator!=(const AVError &other) const
Definition: AVError.h:78
AudioOutput ao; ao.setAudioFormat(fmt); ao.open(); while (has_data) { data = read_data(ao->bufferSize...
Definition: AudioDecoder.h:31