Previous | Next |
The IsRealTime method retrieves a flag indicating whether the sink is operating in real time.
Syntax
HRESULT IsRealTime(
BOOL* pfRealTime
);
Parameters
pfRealTime
[out] Pointer to a flag indicating whether the sink is operating in real time.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_POINTER | The pfRealTime parameter is NULL. |
Remarks
Some network sinks require that data be sent to them in real time.
See Also
Previous | Next |