Returns media format for which encoder options are defined.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable ReadOnly Property MediaFormat As Long
public virtual long MediaFormat { get; }
Each descendant class returns fixed value specifying media format it represents.
Each format supported with Graphics Mill for .NET has its own format ID. They are represented by static fields of FormatManager, such as JpegFormat, GifFormat, etc.