KSPROPERTY_VIDEOCOMPRESSION_S1 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  KSPROPERTY Property;
  ULONG      StreamIndex;
  LONG       Value;
  ULONG      Flags;
} KSPROPERTY_VIDEOCOMPRESSION_S1, *PKSPROPERTY_VIDEOCOMPRESSION_S1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

Members

Property

Defines the KSPROPERTY member Property.

StreamIndex

Defines the ULONG member StreamIndex.

Value

Defines the LONG member Value.

Flags

Defines the ULONG member Flags.

Remarks

See also