// ksmedia.h
typedef enum {
KS_VIDEODECODER_FLAGS_CAN_DISABLE_OUTPUT,
KS_VIDEODECODER_FLAGS_CAN_USE_VCR_LOCKING,
KS_VIDEODECODER_FLAGS_CAN_INDICATE_LOCKED
} KS_VIDEODECODER_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The KS_VIDEODECODER_FLAGS enumeration defines video decoder capabilities.
KS_VIDEODECODER_FLAGS_CAN_DISABLE_OUTPUTThe decoder can translate its output lines. Video decoders that use a video port use this flag.
KS_VIDEODECODER_FLAGS_CAN_USE_VCR_LOCKINGThe video decoder can alter its phase locked loop (PLL) timings to lock on to noisy signals. This flag typically is used when the video source is a VCR that introduces variability in the vertical and horizontal sync timing.
KS_VIDEODECODER_FLAGS_CAN_INDICATE_LOCKEDThe video decoder can distinguish whether it has locked to an incoming analog video signal.
KSPROPERTY_VIDEODECODER_CAPS_S