Module: FMOD::Core::TagDataType

Defined in:
lib/fmod/core/tag_data_type.rb

Overview

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

Constant Summary collapse

BINARY =

Raw binary data.

0
INT =

A 32-bit integer

1
FLOAT =

A 32-bit floating point value

2
STRING =

A string with no specified encoding.

3
STRING_UTF16 =

A UTF-16 encoded string.

4
STRING_UTF16BE =

A UTF-16 Big-Endian string.

5
STRING_UTF8 =

A UTF-8 encoded string.

6
CDTOC =
Deprecated.

Do not use.

A CDTOC tag.

7