Click or drag to resize

MediaManaged Methods

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