Windows Media Format SDK banner art
PreviousNext

IWMWriterSink::IsRealTime

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

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.