Click or drag to resize
Accord.NET (logo)

AudioSourceMixerUserData Property

User data.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public Object UserData { get; set; }
Request Example View Source

Property Value

Type: Object

Implements

IAudioSourceUserData
Remarks
The property allows to associate user data with audio source object.
See Also