// ksmedia.h
typedef struct {
KSPROPERTY Property;
LONG Value;
ULONG Flags;
ULONG Capabilities;
} KSPROPERTY_VIDEOENCODER_S, *PKSPROPERTY_VIDEOENCODER_S;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KSPROPERTY_VIDEOENCODER_S structure (ksmedia.h).
PropertyDefines the KSPROPERTY member Property.
ValueDefines the LONG member Value.
FlagsDefines the ULONG member Flags.
CapabilitiesDefines the ULONG member Capabilities.