Search Results for

    Show / Hide Table of Contents

    Interface IMediaConverter3

    Inherited Members
    IMediaConverterBase.Convert(DbMediaContentReference, MediaFormatBase, AreaOfInterest, ExportMetadataInfo)
    IMediaConverterBase.CanConvert(DbMediaContentReference, MediaFormatBase)
    IMediaConverterBase.ApplyFormatOnMedia(IMediaFormat, Media)
    ICorePlugin.Init(IServiceFactory)
    Namespace: ImageVault.Core.Common.Conversion
    Assembly: ImageVault.Core.dll
    Syntax
    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
    Type Name Description
    DbMediaContentReference originalContentReference
    MediaFormatBase format
    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
    Type Name Description
    DbMediaContentReference originalContentReference
    MediaFormatBase format
    System.String contentType
    Returns
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022