mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2019-03-06 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDWaveData::validateMarkers()' method. * Added an 'RDWaveData::validateDateTime()' method. * Removed the 'RDWaveData::checkDateTimes()' method.
This commit is contained in:
@@ -187,7 +187,8 @@ class RDWaveData
|
||||
void setAudioSettings(const RDSettings &settings);
|
||||
int playGain() const;
|
||||
void setPlayGain(int lvl);
|
||||
bool checkDateTimes();
|
||||
bool validateMarkers(int msec=-1);
|
||||
bool validateDateTimes();
|
||||
QString dump() const;
|
||||
void clear();
|
||||
static QString endTypeText(EndType type);
|
||||
|
||||
Reference in New Issue
Block a user