AudioQueueProcessingTap.GetQueueTime(Double, UInt32) Method      
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.
Get the current Queue Time.
public AudioToolbox.AudioQueueStatus GetQueueTime(out double sampleTime, out uint frameCount);
	member this.GetQueueTime :  *  -> AudioToolbox.AudioQueueStatus
	Parameters
- sampleTime
 - Double
 
Returns the sample time for the output queue.
- frameCount
 - UInt32
 
Frame count for the audio being processed by the tap..
Returns
Remarks
This method should only be called from the AudioProcessingTap callback.