IMSVidAnalogTuner::get_Channel

 
Microsoft DirectShow 9.0

IMSVidAnalogTuner::get_Channel

This topic applies to Windows XP or later.

The get_Channel method retrieves the tuner's current channel.

Syntax

  HRESULT get_Channel(
  
  long* 
  pChannel
  
  );

Parameters

  pChannel

[out]  Pointer to a variable that receives the channel.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also