AudioQueueBuffer Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an audio queue buffer.
public struct AudioQueueBuffer
type AudioQueueBuffer = struct
- Inheritance
-
AudioQueueBuffer
Fields
AudioData |
Pointer to the audio data. |
AudioDataBytesCapacity | |
AudioDataByteSize | |
IntPtrPacketDescriptions | |
PacketDescriptionCapacity | |
PacketDescriptionCount | |
UserData |
Properties
PacketDescriptions |
Methods
CopyToAudioData(IntPtr, Int32) |
Copies the specified buffer AudioQueue's AudioData buffer. |