KSRTAUDIO_PACKETVREGISTER structure (ksmedia.h)

The KSRTAUDIO_PACKETVREGISTER structure contains information about the packet virtual register pointers.

Syntax

typedef struct {
  PULONG64 CompletedPacketCount;
  PULONG64 CompletedPacketQPC;
  PULONG64 CompletedPacketHash;
} KSRTAUDIO_PACKETVREGISTER, *PKSRTAUDIO_PACKETVREGISTER;

Members

CompletedPacketCount

A PULONG64 pointer to the completed packet count buffer.

CompletedPacketQPC

A PULONG64 pointer to the query performance counter (QPC) value.

CompletedPacketHash

A PULONG64 pointer to the packet hash value that is a combination of the two low-order DWORDs for count and QPC.

Requirements

Requirement Value
Header ksmedia.h

See also

KSPROPSETID_RTAudio