This documentation is for the old version. Go to the latest Graphics Mill docs

CustomFormatReader.SetMediaFormat Method

Sets the unique media format identifier for the codec.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Protected Friend Sub SetMediaFormat ( _
	mediaFormat As Long _
)
C#
protected internal void SetMediaFormat(
	long mediaFormat
)

Parameters

mediaFormat

Type: System.Int64

Unique value corresponding to the format supported by the codec.

Remarks

This method should be used in a reader constructor to set codec parameters.

See Also

Reference