Click or drag to resize
AudioMixerRemoveSource Method
Removes an existing source from the mixing queue.

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

Parameters

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