Click or drag to resize

MediaManagedStopManaged Method

Overload List
 NameDescription
Public Extension MethodStopManaged(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.
Public Extension MethodStopManaged(Speaker, Object) Manages access to the speaker's Stop function. It stops the speaker only if all its owners have called StopManaged function on it. Use this function paired with StartManaged and DisposeManaged ones.
Top
See Also