次の方法で共有


RTAUDIO_SETWRITEPACKET_INFO structure

Note  Not supported.

 

The RTAUDIO_SETWRITEPACKET_INFO structure specifies the packet for which to write audio capture data information.

Syntax

typedef struct {
  ULONG PacketIndex;
  DWORD Flags;
  ULONG EosPacketLength;
} RTAUDIO_SETWRITEPACKET_INFO, *PRTAUDIO_SETWRITEPACKET_INFO;

Members

  • PacketIndex
    Specifies the number of the packet to write.

  • Flags
    Additional attributes related to the packet or stream.

    KSSTREAM_HEADER_OPTIONSF_ENDOFSTREAM - This flag indicates that this packet represents the end of the data stream.

  • EosPacketLength
    Specifies the length of the end of stream (EOS), if EOS is specified in the Flags member. Zero is a valid value. If EOS is not specified in the Flags member, this parameter is ignored.

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016

Header

Ksmedia.h

 

 

Send comments about this topic to Microsoft