KSPROPERTY_VIDEOENCODER_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

Description

This topic describes the KSPROPERTY_VIDEOENCODER_S structure (ksmedia.h).

Members

Property

Defines the KSPROPERTY member Property.

Value

Defines the LONG member Value.

Flags

Defines the ULONG member Flags.

Capabilities

Defines the ULONG member Capabilities.

Remarks

See also