Class MediaControlServerStartedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 4
Provides data for the ServerStarted event.
public class MediaControlServerStartedEventArgs : EventArgs
- Inheritance
Constructors
View SourceMediaControlServerStartedEventArgs(MediaController)
Initializes a new instance of the MediaControlServerStartedEventArgs class.
Declaration
public MediaControlServerStartedEventArgs(MediaController mediaController)
Parameters
Type | Name | Description |
---|---|---|
MediaController | mediaController | A MediaController of the server. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
API Level: 4
Properties
View SourceController
Gets the controller of the server added.
Declaration
public MediaController Controller { get; }
Property Value
Type | Description |
---|---|
MediaController |