Click or drag to resize

MediaManagedDisposeManaged Method

Overload List
  NameDescription
Public methodStatic memberDisposeManaged(Microphone, Object)
Manages access to the microphone's Dispose function. It disposes the microphone only if all its owners have called DisposeManaged function on it. Use this function paired with StartManaged and StopManaged ones.
Public methodStatic memberDisposeManaged(Speaker, Object)
Manages access to the speaker's Dispose function. It disposes the speaker only if all its owners have called DisposeManaged function on it. Use this function paired with StartManaged and StopManaged ones.
Top
See Also