ILMDVRSource.ResetToDefaultsEx Method

DVR Module How To Examples

 

Syntax

Object.ResetToDefaultsEx(ApiLevel As Long)

 

Parameter

Description

ApiLevel

The desired API Level to be reset.Value can be:

LMDVRSource_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 DVRSource interface object to the default settings for the specified API level.

Pass LMDVRSource_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