Enum AimpDataFieldType
Enum AimpDataFieldType
Namespace: AIMP.SDK.MusicLibrary.DataStorage
Assembly: AIMP.SDK.dll
Syntax
public enum AimpDataFieldType
Fields
Name | Description |
---|---|
DateTime | Display value is formatted data time value (format string is depended from the context). |
Duration | Display value is formatted time value (format string is depended from the context). |
FileName | Grouping tree split the value by levels by the "" and "/" characters. Grouping by this field with other fields is not available. |
FileSize | Display value is formatted file size value (format string is depended from the context). |
Float | The float |
Int32 | The int32 |
Int64 | The int64 |
None | The none |
String | The string |