KSPROPERTY_TUNER_INPUT_S structure (ksmedia.h)
The KSPROPERTY_TUNER_INPUT_S structure describes the input connection index of a tuner device for devices that support multiple inputs.
Syntax
typedef struct {
KSPROPERTY Property;
ULONG InputIndex;
} KSPROPERTY_TUNER_INPUT_S, *PKSPROPERTY_TUNER_INPUT_S;
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).
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |