Windows Media Format SDK banner art
PreviousNext

IWMWriterAdvanced::IsRealTime

The IsRealTime method retrieves a flag indicating whether the writer is running in real time.

Syntax

HRESULT IsRealTime(
  BOOL*  pfRealTime
);

Parameters

  pfRealTime

[out]  Pointer to a flag indicating whether the writer is running in real time.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

If the writer is running in real-time, you can get the current time from it.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.