Windows Media Format SDK banner art
PreviousNext

IWMWriterAdvanced::SetLiveSource

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

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.