IDVBTuningSpace::put_SystemType

 
Microsoft DirectShow 9.0

IDVBTuningSpace::put_SystemType

The put_SystemType method sets the system type.

Syntax

  HRESULT put_SystemType(
  DVBSystemType  SysType
);

Parameters

SysType

[in] Variable of type DVBSystemType that specifies the system type.

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