Share via


IATSCTuningSpace::put_MinMinorChannel Method

The put_MinMinorChannel method sets the lowest minor channel number ever allowed for this tuning space.

Syntax

HRESULT put_MinMinorChannel(
  [in]  long NewMinMinorChannelVal
);

Parameters

  • NewMinMinorChannelVal [in]
    Variable of type long that specifies the lowest minor channel.

Return Value

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

Remarks

This property must be set after calling put_MaxMinorChannel to avoid the case where the minimum minor channel is greater than the maximum minor channel. Both properties default to -1 (not set).

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IATSCTuningSpace Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008