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
SyntaxProperty WarningLevel As mcWarningLevel
Get
Set
Property Value
Type:
mcWarningLevel
RemarksmcwlNONE = 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