WMEncoder.Reset

Windows Media Encoder SDK banner art

The Reset method removes the current configuration settings.

Syntax

WMEncoder.Reset

Parameters

This method takes no parameters.

Return Values

If this method fails, it returns an error number.

Number Description
0xC00D0011 This method cannot be called if the encoder engine is running.

Remarks

This function reinitializes the configuration data members to the values that are set for a new WMEncoder object.

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also