AUAudioUnit.TransportStateBlock 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.
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