Click or drag to resize

IMcStreamWarningLevel Property

Gets/Sets the level of Feedback the Stream library will provide.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property WarningLevel As mcWarningLevel
	Get
	Set

Property Value

Type: mcWarningLevel
Remarks
mcwlNONE = No feedback provided mcwlONLY_ERRORS = Only Errors, not warnings, will be provided mcwlERRORS_AND_WARNINGS = Everything is coming back mcwlFULL_INFORMATION = undefined for now, will act as ERRORS and WARNINGS
See Also