Microsoft DirectX 9.0 |
The get_Rate method retrieves the playback rate for variable-speed external devices.
Syntax
HRESULT get_Rate(
double *pdblRate
);
Parameters
pdblRate
[out] Pointer to a double to receive the playback rate that was set using IAMExtTransport::put_Rate.
DV Implementation
MSDV does not support this method. It returns E_NOTIMPL.
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also