MythTV  master
Public Attributes | List of all members
RipTrack Struct Reference

#include <cdrip.h>

Collaboration diagram for RipTrack:
Collaboration graph
[legend]

Public Attributes

MusicMetadatametadata { nullptr }
 
bool active { false }
 
std::chrono::milliseconds length { 0 }
 
bool isNew { false }
 

Detailed Description

Definition at line 50 of file cdrip.h.

Member Data Documentation

◆ metadata

MusicMetadata* RipTrack::metadata { nullptr }

◆ active

bool RipTrack::active { false }

◆ length

std::chrono::milliseconds RipTrack::length { 0 }

Definition at line 54 of file cdrip.h.

Referenced by Ripper::updateTrackLengths(), and Ripper::updateTrackList().

◆ isNew

bool RipTrack::isNew { false }

The documentation for this struct was generated from the following file: