module FMOD::Core::TagDataType

Strongly-typed values for indicating the data types used in music tags.

Constants

BINARY

Raw binary data.

CDTOC

@deprecated Do not use. A CDTOC tag.

FLOAT

A 32-bit floating point value

INT

A 32-bit integer

STRING

A string with no specified encoding.

STRING_UTF16

A UTF-16 encoded string.

STRING_UTF16BE

A UTF-16 Big-Endian string.

STRING_UTF8

A UTF-8 encoded string.