// ksmedia.h
typedef struct {
KSPROPERTY Property;
ULONG NumberOfLines;
ULONG SignalLocked;
} KSPROPERTY_VIDEODECODER_STATUS_S, *PKSPROPERTY_VIDEODECODER_STATUS_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_VIDEODECODER_STATUS_S structure describes the present status of a video decoding device, such as number of lines in the incoming analog signal and whether the signal is locked in.
PropertySpecifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
NumberOfLinesIndicates the number of lines detected in the incoming analog video signal.
SignalLockedIndicates whether the signal is locked. Zero indicates that the signal is not locked. A nonzero value indicates the signal is locked.
The KSPROPERTY_VIDEODECODER_STATUS_S structure retrieves information about the video decoding process, including the number of lines in the incoming analog video signal.
KSPROPERTY_VIDEODECODER_STATUS