OpenALTraceSource

Field

Namespace: Vox

Declared in: Vox.VoxEvents


Event trace source for OpenAL calls' logging. Make sure that EnableTracing is set to true.

Syntax

public readonly static TraceSource OpenALTraceSource = new TraceSource("OpenAL");

Back to index