Share via


IAMTuner::ChannelMinMax (Compact 2013)

3/26/2014

The ChannelMinMax method retrieves the highest and lowest channels available.

Syntax

HRESULT ChannelMinMax(
  long* lChannelMin,
  long* lChannelMax
);

Parameters

  • lChannelMin
    [out] Pointer to a variable that receives the lowest channel.
  • lChannelMax
    [out] Pointer to a variable that receives the highest channel.

Return Value

Returns an HRESULT value. Possible values include the following.

Value

Description

E_POINTER

NULL pointer argument

S_OK

Success

Requirements

Header

dshow.h,
strmif.h

Library

Strmiids.lib

See Also

Reference

IAMTuner Interface