Microsoft DirectX 9.0 |
The get_BufferingTime method retrieves the buffering time.
Syntax
HRESULT get_BufferingTime(
double *pBufferingTime
);
Parameters
pBufferingTime
Pointer that receives the buffering time, in seconds.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also