IDVBTLocator::put_Guard

 
Microsoft DirectShow 9.0

IDVBTLocator::put_Guard

The put_Guard method sets the guard interval.

Syntax

  HRESULT put_Guard(
  GuardInterval  GI
);

Parameters

GI

[in] Variable of type GuardInterval that specifies the guard interval.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also