CurrentBuffer

Property

Namespace: Vox

Declared in: Vox.SoundSource


Gets or sets the first buffer on the queue.

Syntax

public SoundBuffer CurrentBuffer { public get; public set; }

Remarks

If set to null, releases the current buffer queue (only in Initial and Stopped states).
Back to index