Interface IMediaFormatService
Summary description for IMediaFormatService.
Namespace: ImageVault.Core.Common.Services
Assembly: ImageVault.Core.dll
Syntax
public interface IMediaFormatService
Methods
CleanUpDeletedFormats()
Cleans up all deleted MediaFormats
Declaration
void CleanUpDeletedFormats()
EnsureFormatsAreMarkedForIndexing()
Ensures that all formats that should be marked for indexing, are marked
Declaration
bool EnsureFormatsAreMarkedForIndexing()
Returns
Type | Description |
---|---|
System.Boolean |
Remarks
Call this when the application starts to ensure consistency
GetIndexedFormat(IndexFormat)
Lookup format by the index format enum
Declaration
MediaFormatBase GetIndexedFormat(IndexFormat indexFormat)
Parameters
Type | Name | Description |
---|---|---|
IndexFormat | indexFormat |
Returns
Type | Description |
---|---|
MediaFormatBase |