mcWarningLevel Enumeration
|
|
The level of feedback requested from Streams
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcWarningLevel
Members
| Member name | Value | Description |
---|
| mcwlNONE | 0 | |
| mcwlONLY_ERRORS | 1 | |
| mcwlERRORS_AND_WARNINGS | 2 | |
| mcwlFULL_INFORMATION | 3 | |
RemarksSome Stream libraries can provide different levels of feedback, from none at all
to information about warnings, errors, or status. The default is mcwlNONE, which
provides no feedback.
See Also