Share via


IXDSCodecConfig::SetPauseBufferTime method (encdec.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The SetPauseBufferTime method specifies how often the XDS Codec filter attempts to generate a new license for protected video content.

Syntax

HRESULT SetPauseBufferTime(
  [in] DWORD dwPauseBufferTime
);

Parameters

[in] dwPauseBufferTime

Specifies the license generation interval, in seconds.

Return value

Returns an HRESULT.

Requirements

Requirement Value
Target Platform Windows
Header encdec.h

See also

IXDSCodecConfig Interface