Microsoft DirectX 9.0 |
The get_Rate method retrieves the playback rate. This method implements the IMediaPosition::get_Rate method.
Syntax
HRESULT get_Rate(
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