Click or drag to resize

MediaManagedStartManaged Method (Speaker, Object)

Manages access to the speaker's Start function. Use this function paired with StopManaged and DisposeManaged ones.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static void StartManaged(
	Speaker speaker,
	Object owner
)

Parameters

speaker
Type: Ozeki.MediaSpeaker
The speaker to which access should be managed.
owner
Type: SystemObject
The owner that uses the speaker.
Exceptions
ExceptionCondition
NullReferenceExceptionIf speaker is null.
ArgumentNullExceptionIf owner is null.
See Also