Share via


IMSVidStreamBufferRecordingControl::get_RecordingStopped

 
Microsoft DirectShow 9.0

IMSVidStreamBufferRecordingControl::get_RecordingStopped

This topic applies to Windows XP Service Pack 1 or later.

The get_RecordingStopped method queries whether the recording has stopped.

Syntax

  HRESULT get_RecordingStopped(
  VARIANT_BOOL*  phResult
);

Parameters

phResult

[out]  Pointer to a variable that receives one of the following values.

Value Description
VARIANT_FALSE The recording has not stopped.
VARIANT_TRUE The recording has stopped.

Return Values

The method returns an HRESULT. Possible values include the following.

Value Description
S_OK The method succeeded.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also