ISilenceSuppressor::SetPostplayBufferTime

[This is preliminary documentation and subject to change.]

To prevent clipping, the filter plays a user-defined length of time before and after the nonsilent data. This method sets the length of time that will be played after the nonsilent buffer or buffers.

HRESULT SetPostplayBufferTime(
  DWORD dwPostplayBufferTime
);
 

Parameters

dwPostplayBufferTime
[in] Length of silence (in tenths of a second) to play after to a non-silent buffer.

Return Values

E_POINTER
The pointer was not valid.
NOERROR
Success.