Interface IMediaConverter3
Assembly: ImageVault.Core.dll
public interface IMediaConverter3 : IMediaConverterBase, ICorePlugin
Methods
CalculateContentType(DbMediaContentReference, MediaFormatBase)
Calculates the output content type by the supplied format
Declaration
string CalculateContentType(DbMediaContentReference originalContentReference, MediaFormatBase format)
Parameters
Returns
Type |
Description |
System.String |
|
CalculateMediaName(DbMediaContentReference, MediaFormatBase, String)
Calculates the name of the media for the given conversion
Declaration
string CalculateMediaName(DbMediaContentReference originalContentReference, MediaFormatBase format, string contentType)
Parameters
Returns
Type |
Description |
System.String |
|