MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IESFProperties > IESFProperties::GetCaptureRate

IESFProperties::GetCaptureRate

HRESULT GetCaptureRate(
  long *plValue
);

plValue

[out] Pointer to a variable that receives the target capture rate.

Retrieves the target capture rate (i.e. the desired number of images per second produced by the Euresys source filter).

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

plValue is not a valid pointer.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Capture Rate

Hardware Reference

IESFProperties::GetCaptureRateRange

IESFProperties::SetCaptureRate