Click or drag to resize

MediaManaged Methods

The MediaManaged type exposes the following members.

Methods
 NameDescription
Public Extension MethodDisposeManaged(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 Extension MethodDisposeManaged(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.
Public Extension MethodStartManaged(Microphone, Object) Manages access to the microphone's Start function. Use this function paired with StopManaged and DisposeManaged ones.
Public Extension MethodStartManaged(Speaker, Object) Manages access to the speaker's Start function. Use this function paired with StopManaged and DisposeManaged ones.
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