Previous | Next |
The SetLiveSource method sets a flag indicating whether the source is live or not.
Syntax
HRESULT SetLiveSource(
BOOL fIsLiveSource
);
Parameters
fIsLiveSource
[in] Flag indicating whether the source is live. TRUE indicates that the source is live.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also
Previous | Next |