~l0rdt/mixxx/features_replaygain

« back to all changes in this revision

Viewing changes to mixxx/src/audiopath.h

  • Committer: Vittorio
  • Date: 2010-11-01 17:00:03 UTC
  • mfrom: (2444.1.89 mixxx-trunk)
  • Revision ID: l0rdt@gmx.it-20101101170003-pe5l89817ejppljz
merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    bool channelsClash(const AudioPath &other) const;
68
68
    QString getString() const;
69
69
    static QString getStringFromType(AudioPathType type);
 
70
    static QString getTrStringFromType(AudioPathType type);
70
71
    static AudioPathType getTypeFromString(QString string);
71
72
    static bool isIndexed(AudioPathType type);
72
73
    static AudioPathType getTypeFromInt(int typeInt);