Share via


IATSCChannelTuneRequest::put_MinorChannel

 
Microsoft DirectShow 9.0

IATSCChannelTuneRequest::put_MinorChannel

The put_MinorChannel method sets the minor channel to be tuned.

Syntax

  HRESULT put_MinorChannel(
  long  MinorChannel
);

Parameters

MinorChannel

[in]  Specifies the minor channel. If the value is -1, the tuner tunes to the first valid minor channel it finds.

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