Class DefaultTranscoderManager
Implementation of TranscoderManager for Universal Windows Platform applications.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.Codec
Assembly: fo-dicom.core.dll
Syntax
public sealed class DefaultTranscoderManager : TranscoderManager, ITranscoderManager
Constructors
DefaultTranscoderManager()
Initializes an instance of DefaultTranscoderManager.
Declaration
public DefaultTranscoderManager()
Methods
LoadCodecs(String, String)
Implementation of method to load codecs from assembly(ies) at the specified path
and
with the specified search
pattern.
Declaration
public override void LoadCodecs(string path, string search)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Directory path to codec assemblies. |
System.String | search | Search pattern for codec assemblies. |