|
MythTV master
|
#include <mythplugins/mythmusic/mythmusic/cdrip.h>
Public Attributes | |
| MusicMetadata * | metadata { nullptr } |
| bool | active { false } |
| std::chrono::milliseconds | length { 0 } |
| bool | isNew { false } |
| bool RipTrack::active { false } |
Definition at line 57 of file cdrip.h.
Referenced by Ripper::toggleTrackActive(), Ripper::updateTrackLengths(), and Ripper::updateTrackList().
| bool RipTrack::isNew { false } |
Definition at line 59 of file cdrip.h.
Referenced by Ripper::customEvent(), Ripper::deleteAllExistingTracks(), Ripper::toggleTrackActive(), and Ripper::updateTrackList().
| std::chrono::milliseconds RipTrack::length { 0 } |
Definition at line 58 of file cdrip.h.
Referenced by Ripper::updateTrackLengths(), and Ripper::updateTrackList().
| MusicMetadata* RipTrack::metadata { nullptr } |
Definition at line 56 of file cdrip.h.
Referenced by Ripper::deleteExistingTrack(), Ripper::updateTrackLengths(), and Ripper::updateTrackList().