KSRTAUDIO_GETREADPACKET_INFO structure (ksmedia.h)

The KSRTAUDIO_GETREADPACKET_INFO structure describes information for an audio packet.

Syntax

typedef struct {
  ULONG   PacketNumber;
  DWORD   Flags;
  ULONG64 PerformanceCounterValue;
  BOOL    MoreData;
} KSRTAUDIO_GETREADPACKET_INFO, *PKSRTAUDIO_GETREADPACKET_INFO;

Members

PacketNumber

Returns the packet number relative to the start of capture.

Flags

Reserved for future use. Must be set to 0.

PerformanceCounterValue

Returns the performance counter value corresponding to the sampling instance of the first sample in the packet.

MoreData

Returns TRUE if there is more data ready immediately. The OS may optionally immediately call this routine again after processing the packet to get the next packet information. If the driver returns FALSE, then capture is operating at real time.

Requirements

Requirement Value
Minimum supported client Available in Windows 10 and later Windows operating systems.
Header ksmedia.h

See also

KSPROPERTY_RTAUDIO_GETREADPACKET