10 #ifndef RTP_AUDIO_SILENCE_GENERATOR_H
11 #define RTP_AUDIO_SILENCE_GENERATOR_H
23 qint64 size()
const override;
24 qint64 pos()
const override;
25 bool seek(qint64 off)
override;
28 qint64 readData(
char *data, qint64 maxSize)
override;
29 qint64 writeData(
const char *data, qint64 maxSize)
override;
Definition: rtp_audio_silence_generator.h:18