removed odd files

This commit is contained in:
Martchus 2015-11-29 15:28:26 +01:00
parent 6dd2c7e774
commit 2fe27463ef
2 changed files with 0 additions and 54 deletions

View File

@ -1,5 +0,0 @@
Cluster/Position
Cues/CuePoint/CueTrackPositions/CueClusterPosition position of cluster in segment
Cues/CuePoint/CueTrackPositions/CueCodecState position of codec state corresponding to cue element
Cues/CuePoint/CueTrackPositions/CueReference/CueRefCluster position of cluster containing the referenced block
Cues/CuePoint/CueTrackPositions/CueReference/CueRefCodecState position of codec state corresponding to referenced element

View File

@ -1,49 +0,0 @@
#include "mp4tagatomnames.h"
namespace Media
{
namespace Mp4TagAtomNames
{
const char *album = "\xA9" "alb";
const char *artist = "\xA9" "ART";
const char *albumArtist = "aART";
const char *comment = "\xA9" "cmt";
const char *year = "\xA9" "day";
const char *title = "\xA9" "nam";
const char *genreAsByte = "gnre";
const char *genreAsString = "\xA9" "gen";
const char *trackNumber = "trkn";
const char *diskNumber = "disk";
const char *composer = "\xA9" "wrt";
const char *encoder = "\xA9" "too";
const char *bpm = "tmpo";
const char *copyright = "cprt";
const char *cover = "covr";
const char *rating = "rtng";
const char *grouping = "\xA9" "grp";
const char *podcast = "pcst";
const char *category = "catg";
const char *keywords = "keyw";
const char *podcastUrl = "purl";
const char *episodeGlobalUniqueId = "egid";
const char *description = "desc";
const char *lyrics = "\xA9" "lyr";
const char *tvNetworkName = "tvnn";
const char *tvShowName = "tvsh";
const char *tvEpisodeName = "tven";
const char *tvSeason = "tvsn";
const char *tvEpisode = "tves";
const char *purchaseDate = "purd";
const char *gaplessPlayback = "pgap";
const char *recordLabel = "\xA9" "lab";
const char *producer = "\xA9" "prd";
const char *performers = "\xA9" "prf";
const char *songWriter = "\xA9" "swf";
}
}