Click or drag to resize
AudioMixerAddSource Method
Adds a new source to the mixing queue.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void AddSource(
	int uid
)

Parameters

uid
Type: SystemInt32
The unique identifier of the source.
See Also