Click or drag to resize

IMcStreamFormatCharacteristics Property

Read-only property indicating the characteristics and capabilities of the selected file format.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property FormatCharacteristics As mcsfFormatCharacteristics
	Get

Property Value

Type: mcsfFormatCharacteristics
Remarks
The property will check the currently selected file format, so the format must be selected through the Format property, or by setting the FullPathName prior to getting the FormatCharacteristics property.
See Also