Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IBDA_SignalStatistics::put_SignalPresent
The put_SignalPresent method specifies whether a signal is present.
Syntax
HRESULT put_SignalPresent( BOOLEAN fPresent );
Parameters
fPresent
[in] Flag indicating whether the signal is present. TRUE means a signal is present.
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