Edit

Share via


AudioQueueProcessingTap.GetQueueTime(Double, UInt32) Method

Definition

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.

Applies to