ILMDVRSink.ResetToDefaultsEx Method

DVR Module How To Examples

 

Syntax

Object.ResetToDefaultsEx(ApiLevel As Long)

 

Parameter

Description

ApiLevel

The desired API Level for reset.
Value can be:

LMDVRSink_APILEVEL_1

 

Returns

S_OK

The function was successful.

<> S_OK

An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

 

Remarks

Resets the DVRSink interface object to the default settings for the specified API level.

Pass LMDVRSink_APILEVEL_1 for ApiLevel. We recommend you call this method before calling any other members of this interface.

See Also

Topics:

Multimedia Properties, Methods and Events , DVR Module Properties, Methods and Events