IBDA_SignalStatistics::put_SampleTime
Microsoft DirectShow 9.0 |
IBDA_SignalStatistics::put_SampleTime
The put_SampleTime method specifies the sample time of the signal.
Syntax
HRESULT put_SampleTime( LONG lmsSampleTime );
Parameters
lmsSampleTime
[in] Specifies 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