#include <MusicType.h>
◆ Content
| Enumerator |
|---|
| Album | |
| Single | |
| AudioBook | |
| Podcast | |
| Concert | |
◆ Type
| Enumerator |
|---|
| Album | |
| Single | |
| AudioBook | |
◆ AudioType()
◆ FromString() [1/2]
| static Type AudioType::FromString |
( |
const std::string_view | str | ) |
|
|
inlinestatic |
◆ FromString() [2/2]
| static constexpr std::optional< AudioType > AudioType::FromString |
( |
std::string_view | str | ) |
|
|
inlinestaticconstexprnoexcept |
◆ GetContent()
| Content AudioType::GetContent |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ operator Content()
| AudioType::operator Content |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ operator<=>()
| auto AudioType::operator<=> |
( |
const AudioType & | | ) |
const |
|
constexprdefaultnoexcept |
◆ ToStdString() [1/2]
| std::string AudioType::ToStdString |
( |
| ) |
const |
|
inline |
◆ ToStdString() [2/2]
| static std::string AudioType::ToStdString |
( |
Content | type | ) |
|
|
inlinestatic |
◆ ToString() [1/3]
| std::string_view AudioType::ToString |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ ToString() [2/3]
| static constexpr std::string_view AudioType::ToString |
( |
Content | type | ) |
|
|
inlinestaticconstexprnoexcept |
◆ ToString() [3/3]
| static std::string AudioType::ToString |
( |
Type | type | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: