Microsoft DirectX 9.0

CPosPassThru::GetRate

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