ILMDVRSink.StartChangingAttributes Method

DVR Module How To Examples

 

Syntax

Object.StartChangingAttributes()

Parameters

None

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

Call this method when you are about to change the DVRSink attributes. The changes take effect when StopChangingAttributes is called with bCancelChanges set to VARIANT_FALSE.

Returns

S_OK if connected, S_FALSE otherwise.

See Also

Functions:

ILMDVRSink.StopChangingAttributes Method

Topics:

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