KSPROPERTY_TUNER_INPUT_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  KSPROPERTY Property;
  ULONG      InputIndex;
} KSPROPERTY_TUNER_INPUT_S, *PKSPROPERTY_TUNER_INPUT_S;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksproperty_tuner_input_s)

KSPROPERTY_TUNER_INPUT_S structure

Description

The KSPROPERTY_TUNER_INPUT_S structure describes the input connection index of a tuner device for devices that support multiple inputs.

Members

Property

Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.

InputIndex

Specifies the connection index to be used as the tuner input. This value should be in the range of 0 through (number of inputs-1).

See also

KSPROPERTY

KSPROPERTY_TUNER_INPUT

PROPSETID_TUNER