AURenderEventEnumerator Class

Definition

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

Applies to