Windows Media Format SDK banner art
PreviousNext

IWMWriterAdvanced::SetSyncTolerance

The SetSyncTolerance method sets the amount of time that the inputs can fall out of synchronization before the samples are discarded.

Syntax

HRESULT SetSyncTolerance(
  DWORD  msWindow
);

Parameters

  msWindow

[in]  Amount of time that the inputs can be out of synchronization, in milliseconds.

Return Values

This method always returns S_OK.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.