ILMDVRSink.StopChangingAttributes Method

DVR Module How To Examples

 

Syntax

Object.StopChangingAttributes(VARIANT_BOOL bCancelChanges)

 

Parameter

Description

bCancelChanges

A VARIANT_BOOL value type specifying whether to cancel or apply the pending attribute changes.

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

Sets the DVRSink attributes. Set bCancelChanges to VARIANT_FALSE to set the attributes. Set bCancelChanges to VARIANT_TRUE to discard changes and reset the attributes to their previous settings.

 

See Also

Functions:

ILMDVRSink.StartChangingAttributes Method

Topics:

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