Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Retrieves the current playback rate.
Syntax
HRESULT GetRate(
double* pdRate
);
Parameters
- pdRate
Returned playback rate set to the value in m_dRateSeeking, where 1 is the normal rate.
Return Value
Returns E_POINTER if pdRate is invalid; otherwise, returns S_OK.
Remarks
Set the rate in the CSourceSeeking::SetRate function.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |