Interface IAimpServiceFileFormats
Provide acccess to registered file types. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.FileManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceFileFormats : IAimpService
Methods
GetFormats(FileFormats)
Gets the availabel file formats.
Declaration
AimpActionResult<string> GetFormats(FileFormats flags)
Parameters
Type | Name | Description |
---|---|---|
FileFormats | flags | The flags. |
IsSupported(String, FileFormats)
Check is the file extension supported.
Declaration
AimpActionResult IsSupported(string fileName, FileFormats flags)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | Name of the file. |
FileFormats | flags | The flags. |