Click or drag to resize

MediaManagedStopManaged Method (Microphone, Object)

Manages access to the microphone's Stop function. It stops the microphone only if all its owners have called StopManaged function on it. Use this function paired with StartManaged and DisposeManaged ones.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static void StopManaged(
	Microphone microphone,
	Object owner
)

Parameters

microphone
Type: Ozeki.MediaMicrophone
The microphone to which access should be managed.
owner
Type: SystemObject
The owner that uses the microphone.
Exceptions
ExceptionCondition
NullReferenceExceptionIf microphone is null.
ArgumentNullExceptionIf owner is null.
See Also