Class MediaControlServerStartedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the ServerStarted event.
C#Copypublic class MediaControlServerStartedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaControlServerStartedEventArgs
Constructors
View Source
MediaControlServerStartedEventArgs(MediaController)
Initializes a new instance of the MediaControlServerStartedEventArgs class.
Declaration
C#Copypublic MediaControlServerStartedEventArgs(MediaController mediaController)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaController | mediaController | A MediaController of the server. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
Properties
Declaration
C#Copypublic MediaController Controller { get; }
Property Value
| Type | Description |
|---|---|
| MediaController |