Microsoft Windows CE 3.0  

CPosPassThru::GetRate

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves the current rate.

HRESULT GetRate(
double
*
pdRate
);

Parameters

pdRate
Current rate, where 1 is the normal rate.

Return Values

Returns the HRESULTvalue returned from calling IMediaSeeking::GetRateon the connected pin.

Remarks

This member function implements the IMediaSeeking::GetRatemethod by calling this same method on the upstream filter's output pin.