AUAudioUnitBus.ContextPresentationLatency Property
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.
Gets or sets the latency of the processing context for the audio unit.
public virtual double ContextPresentationLatency { [Foundation.Export("contextPresentationLatency")] get; [Foundation.Export("setContextPresentationLatency:")] set; }
member this.ContextPresentationLatency : double with get, set
Property Value
- Attributes
Remarks
For input units, this is the time, in seconds, since the arriving audio was acquired. For ouput units, this is the delay, in seconds, until the output is presented.