AudioMixerRemoveSource Method |
Removes an existing source from the mixing queue.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void RemoveSource(
int uid
)
Public Sub RemoveSource (
uid As Integer
)
public:
void RemoveSource(
int uid
)
member RemoveSource :
uid : int -> unit
Parameters
- uid
- Type: SystemInt32
The unique identifier of the source.
See Also