MediaManagedDisposeManaged Method |
Name | Description | |
---|---|---|
![]() ![]() | DisposeManaged(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.
|
![]() ![]() | DisposeManaged(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.
|