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
Syntaxpublic static void StartManaged(
Speaker speaker,
Object owner
)
Public Shared Sub StartManaged (
speaker As Speaker,
owner As Object
)
public:
static void StartManaged(
Speaker^ speaker,
Object^ owner
)
static member StartManaged :
speaker : Speaker *
owner : Object -> unit
Parameters
- speaker
- Type: Ozeki.MediaSpeaker
The speaker to which access should be managed. - owner
- Type: SystemObject
The owner that uses the speaker.
ExceptionsException | Condition |
---|
NullReferenceException | If speaker is null. |
ArgumentNullException | If owner is null. |
See Also