public static extern unsafe OSStatus AudioQueueAllocateBufferWithPacketDescriptions(AudioQueue *pQueue, int byteCount, int descriptorCount, AudioQueueBuffer **ppBuffer);
 public static extern unsafe OSStatus AudioQueueAllocateBuffer(AudioQueue *pQueue, int byteCount, AudioQueueBuffer **ppBuffer);