Interface IAimpFileTagEditor
Provide ability to get access to tag editor.
Namespace: AIMP.SDK.TagEditor
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpFileTagEditor
Methods
GetMixedInfo()
Gets the mixed information from all tags and returns it as a IAimpFileInfo.
Declaration
AimpActionResult<IAimpFileInfo> GetMixedInfo()
GetTag(Int32)
Gets the tag.
Declaration
AimpActionResult<IAimpFileTag> GetTag(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index. |
GetTagCount()
Gets the tag count.
Declaration
int GetTagCount()
Save()
Saves all changes to file.
Declaration
AimpActionResult Save()
SetToAll(IAimpFileInfo)
Sets value to all tags.
Declaration
AimpActionResult SetToAll(IAimpFileInfo fileInfo)
Parameters
Type | Name | Description |
---|---|---|
IAimpFileInfo | fileInfo | The file information. |