Share via


IStreamBufferConfigure3::GetStartRecConfig

 
Microsoft DirectShow 9.0

IStreamBufferConfigure3::GetStartRecConfig

This topic applies to Windows Vista or later.

The GetStartRecConfig method queries whether the IStreamBufferRecordControl::Start method automatically stops the current recording.

Syntax

  HRESULT GetStartRecConfig(
    BOOL *
  pfStartStopsCur
  
);

Parameters

pfStartStopsCur

[out]  Receives a Boolean value. If TRUE, the Start method automatically stops the current recording. Otherwise, the Start method fails if another recording is in progress.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Remarks

None.

Requirements

Header: Include Sbe.h.

See Also