Share via


IATSCChannelTuneRequest::get_MinorChannel

 
Microsoft DirectShow 9.0

IATSCChannelTuneRequest::get_MinorChannel

The get_MinorChannel method gets the current minor channel.

Syntax

  HRESULT get_MinorChannel(
  long*  
);

Parameters

pMinorChannel

[out] Receives the current minor channel. If the value received is -1, the tuner should tune 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