AURenderEventEnumerator Class
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.
public class AURenderEventEnumerator : ObjCRuntime.INativeObject, System.Collections.Generic.IEnumerator<AudioUnit.AURenderEvent>
type AURenderEventEnumerator = class
interface IEnumerator<AURenderEvent>
interface IDisposable
interface IEnumerator
interface INativeObject
- Inheritance
-
AURenderEventEnumerator
- Implements
Constructors
AURenderEventEnumerator(IntPtr) |
Properties
Current | |
First | |
Handle |
Handle (pointer) to the unmanaged object representation. |
IsAtEnd | |
IsEmpty | |
UnsafeFirst |
Methods
Dispose() |
Releases the resources used by the AURenderEventEnumerator object. |
EnumeratorCurrentEvents(nint) | |
MoveNext() | |
Reset() |
Explicit Interface Implementations
IEnumerator.Current |