xbmc
Public Member Functions | Public Attributes | List of all members
UTILS::DISCS::DiscInfo Struct Reference

Abstracts the info the app knows about a disc (type, name, serial) More...

#include <DiscsUtils.h>

Public Member Functions

bool empty ()
 Check if the info is empty (e.g. after probing) More...
 
void clear ()
 Clears all the DiscInfo members.
 

Public Attributes

DiscType type {DiscType::UNKNOWN}
 The disc type,. More...
 
std::string serial
 The disc serial number.
 
std::string name
 The disc label (equivalent to the mount point label)
 

Detailed Description

Abstracts the info the app knows about a disc (type, name, serial)

Member Function Documentation

◆ empty()

bool UTILS::DISCS::DiscInfo::empty ( )
inline

Check if the info is empty (e.g. after probing)

Returns
true if the info is empty, false otherwise

Member Data Documentation

◆ type

DiscType UTILS::DISCS::DiscInfo::type {DiscType::UNKNOWN}

The disc type,.

See also
DiscType

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