Interface IAimpGroupingPreset
Allow access to grouping preset.
Namespace: AIMP.SDK.MusicLibrary.Presets
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpGroupingPreset
Properties
Custom
Gets or sets the user custom data.
Declaration
string Custom { get; set; }
Id
Gets or sets the preset identifier.
Declaration
string Id { get; set; }
Name
Gets or sets the preset name.
Declaration
string Name { get; set; }