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

IESFProperties::GetCaptureRateRange

HRESULT GetCaptureRateRange(
  long *plMinValue,
  long *plMaxValue,
  long *plDefaultValue = NULL
);

plMinValue

[out] Pointer to a variable that receives the minimum value of the capture rate.

plMaxValue

[out] Pointer to a variable that receives the maximum value of the capture rate.

plDefaultValue

[out] Pointer to a variable that receives the default value of the capture rate setting. If NULL, the default value is not returned.

Retrieves the default value and the allowed range for the capture rate setting.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

plMinValue or plMaxValue is not a valid pointer.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Capture Rate

Hardware Reference

IESFProperties::GetCaptureRate

IESFProperties::SetCaptureRate