| Microsoft DirectX 8.1 (C++) | 
The GetRate method retrieves the playback rate. This method implements the IMediaSeeking::GetRate method.
Syntax
HRESULT GetRate(
    double *pdRate
);
Parameters
pdRate
Pointer to a variable that receives the playback rate.
Return Value
Returns the HRESULT value from the connected pin.
See Also