|
libdrmconf 0.15.0
A library to program DMR radios.
|
Represents a raw stream playing a melody. More...
#include <melody_stream.hh>


Public Member Functions | |
| MelodyStream (QObject *parent=nullptr) | |
| Default constructor. | |
| const QAudioFormat & | audioFormat () const |
| Returns the audio format of the stream. | |
| void | setMelody (Melody *melody) |
| Sets the melody. | |
Protected Slots | |
| void | reload () |
Protected Attributes | |
| QPointer< Melody > | _melody |
| QAudioFormat | _format |
| QByteArray | _raw |
Represents a raw stream playing a melody.