Edit

Share via


AUAudioUnit.TransportStateBlock Property

Definition

A delegate block that provides information about its transport state.

public virtual AudioUnit.AUHostTransportStateBlock TransportStateBlock { [Foundation.Export("transportStateBlock", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTransportStateBlock:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.TransportStateBlock : AudioUnit.AUHostTransportStateBlock with get, set

Property Value

Developers may optionally assign an instance of the TransportStateBlock delegate to thi property so that they can call it at the beginning of render cycles to get the transport state at the cycle start.

This value can be null.

Attributes

Applies to