Class ConvertedMediaInformationRequest
Request parameters for the GenerateConvertedMediaInformation(ConvertedMediaInformationRequest) method
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ImageVault.Core.Common.Analysers
Assembly: ImageVault.Core.dll
Syntax
public class ConvertedMediaInformationRequest : MediaInformationGeneratorRequestBaseConstructors
ConvertedMediaInformationRequest()
Declaration
public ConvertedMediaInformationRequest()Properties
Converter
Get/Sets the Converter of the ConvertedMediaInformationRequest
Declaration
public IMediaConverterBase Converter { get; set; }Property Value
| Type | Description | 
|---|---|
| IMediaConverterBase | 
Format
Get/Sets the Format of the ConvertedMediaInformationRequest
Declaration
public IMediaFormat Format { get; set; }Property Value
| Type | Description | 
|---|---|
| IMediaFormat | 
OriginalMedia
Get/Sets the OriginalMedia of the ConvertedMediaInformationRequest
Declaration
public Media OriginalMedia { get; set; }Property Value
| Type | Description | 
|---|---|
| Media |