WMEncStreamEdit.OnError
![]() |
The OnError event receives run-time error events.
Syntax
void WMEncStreamEdit.OnError(
int hResult
);
Parameters
hResult
[in] Int32 containing the error code.
Return Values
This event does not return a value.
Remarks
Use the following delegate to handle the OnError event:
WMEncStreamEdit.OnError += new _IWMEncBasicEditEvents_OnErrorEventHandler(event_method);
Requirements
Reference: Windows Media Encoder
Namespace: WMEncoderLib
Assembly: Interop.WMEncoderLib.dll
Library: WMEncoderLib.dll
See Also
.gif)