mp4tag/mp4file.cpp File Reference

#include "mp4file.h"
#include "mp4tag.h"
#include <tfile.h>
#include <audioproperties.h>
#include <stdint.h>

Include dependency graph for mp4file.cpp:

Go to the source code of this file.

Namespaces

namespace  TagLib

Defines

#define MP4V2_HAS_WRITE_BUG   1
#define setmeta(val, tag)


Define Documentation

#define MP4V2_HAS_WRITE_BUG   1

Definition at line 34 of file mp4file.cpp.

#define setmeta ( val,
tag   ) 

Value:

if(mp4tag->val().isNull()) { \
        /*MP4DeleteMetadata##tag(handle);*/ \
        MP4SetMetadata##tag(handle, ""); \
    } else { \
        MP4SetMetadata##tag(handle, mp4tag->val().toCString(true)); \
    }

Referenced by File::save().


Generated on Mon Aug 6 21:24:24 2007 for plai by  doxygen 1.5.1