IBDA_SignalStatistics::get_SampleTime
Microsoft DirectShow 9.0 |
IBDA_SignalStatistics::get_SampleTime
The get_SampleTime method retrieves the sample time used to measure the signal.
Syntax
HRESULT get_SampleTime( LONG* plmsSampleTime );
Parameters
plmsSampleTime
[out] Pointer that receives the sample time.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also