Interface IAimpServiceFileTagEditor
Provide possibility to access an file tag editor service. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.TagEditor
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceFileTagEditor : IAimpService
Methods
EditFile(IAimpStream)
Edits the file.
Declaration
AimpActionResult<IAimpFileTagEditor> EditFile(IAimpStream fileStream)
Parameters
Type | Name | Description |
---|---|---|
IAimpStream | fileStream | The file stream. |
EditFile(String)
Edits the file.
Declaration
AimpActionResult<IAimpFileTagEditor> EditFile(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | The file path. |
EditTag(IAimpStream, TagType)
Edits the tag.
Declaration
AimpActionResult<IAimpFileInfo> EditTag(IAimpStream fileStream, TagType tag)
Parameters
Type | Name | Description |
---|---|---|
IAimpStream | fileStream | The file stream. |
TagType | tag | The tag. |
EditTag(String, TagType)
Edits the tag.
Declaration
AimpActionResult<IAimpFileInfo> EditTag(string filePath, TagType tag)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | The file path. |
TagType | tag | The tag. |