Interface IAimpExtensionFileFormat
Extension for the IAimpServiceFileFormats service that provides an information about the new file format.
Instance should be created by plugin and must be registered in the application at the plugin initialization method via the IAimpCore.RegisterExtension method.
Implements the IAimpExtensionNamespace: AIMP.SDK.FileManager.Extensions
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpExtensionFileFormat : IAimpExtension
Methods
GetDescription(String)
Returns the short description. Ex. Ogg Vorbis
Declaration
AimpActionResult GetDescription(string fileFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileFormat | Out. The description. |
GetExtList(String)
Returns the supported extensions. Ex. .ogg;.oga;
Declaration
AimpActionResult GetExtList(string extensions)
Parameters
Type | Name | Description |
---|---|---|
System.String | extensions | Out. Supported extensions. |
GetFlags()
Gets the supported flags.
Declaration
AimpActionResult<FileFormatsCategoryTypes> GetFlags()