ISilenceSuppressor::GetPostplayBufferTime

[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 retrieves the length of time that will be played after the nonsilent buffer or buffers.

HRESULT GetPostplayBufferTime(
  LPDWORD lpdwPostplayBufferTime
);
 

Parameters

lpdwPostplayBufferTime
[out] Length of silence (in tenths of a second) to play prior to a non-silent buffer.

Return Values

E_POINTER
The pointer was not valid.
NOERROR
Success.