次の方法で共有


RTAUDIO_GETREADPACKET_INFO structure

Note  Not supported.

 

The RTAUDIO_GETREADPACKET_INFO structure specifies the packet for which to return audio capture data information.

Syntax

typedef struct {
  ULONG     PacketNumber;
  DWORD     Flags;
  ULONGLONG PerformanceCount;
  BOOL      MoreData;
} RTAUDIO_GETREADPACKET_INFO, *PRTAUDIO_GETREADPACKET_INFO;

Members

  • PacketNumber
    Specifies the packet number relative to the start of the audio capture.

  • Flags
    Reserved.

  • PerformanceCount
    Specifies the performance counter value that corresponds to the sampling instant of the first sample in the packet.

  • MoreData
    Specifies TRUE if there is more data that is immediately ready; FALSE if the audio capture is being performed in real time.

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016

Header

Ksmedia.h

 

 

Send comments about this topic to Microsoft