Media |
The MediaManaged type exposes the following members.
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. |
![]() | StartManaged(Microphone, Object) | Manages access to the microphone's Start function. Use this function paired with StopManaged and DisposeManaged ones. |
![]() | StartManaged(Speaker, Object) | Manages access to the speaker's Start function. Use this function paired with StopManaged and DisposeManaged ones. |
![]() | StopManaged(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. |
![]() | StopManaged(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. |