nomlib
Loading...
Searching...
No Matches
nom::audio::SoundInfo::Metadata Struct Reference

Public Attributes

const char * title = "\0"
const char * copyright = "\0"
const char * software = "\0"
const char * artist = "\0"
const char * comment = "\0"
const char * date = "\0"
const char * album = "\0"
const char * license = "\0"
const char * track_number = "\0"
const char * genre = "\0"

Detailed Description

Definition at line 127 of file SoundFile.hpp.

Member Data Documentation

◆ album

const char* nom::audio::SoundInfo::Metadata::album = "\0"

Definition at line 135 of file SoundFile.hpp.

◆ artist

const char* nom::audio::SoundInfo::Metadata::artist = "\0"

Definition at line 132 of file SoundFile.hpp.

◆ comment

const char* nom::audio::SoundInfo::Metadata::comment = "\0"

Definition at line 133 of file SoundFile.hpp.

◆ copyright

const char* nom::audio::SoundInfo::Metadata::copyright = "\0"

Definition at line 130 of file SoundFile.hpp.

◆ date

const char* nom::audio::SoundInfo::Metadata::date = "\0"

Definition at line 134 of file SoundFile.hpp.

◆ genre

const char* nom::audio::SoundInfo::Metadata::genre = "\0"

Definition at line 138 of file SoundFile.hpp.

◆ license

const char* nom::audio::SoundInfo::Metadata::license = "\0"

Definition at line 136 of file SoundFile.hpp.

◆ software

const char* nom::audio::SoundInfo::Metadata::software = "\0"

Definition at line 131 of file SoundFile.hpp.

◆ title

const char* nom::audio::SoundInfo::Metadata::title = "\0"

Definition at line 129 of file SoundFile.hpp.

◆ track_number

const char* nom::audio::SoundInfo::Metadata::track_number = "\0"

Definition at line 137 of file SoundFile.hpp.


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