Class MediaControlServerStartedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Server
public class MediaControlServerStartedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args MediaControl Server Started Event Args
Constructors
View SourceMediaControlServerStartedEventArgs(MediaController)
Initializes a new instance of the Media
Declaration
public MediaControlServerStartedEventArgs(MediaController mediaController)
Parameters
Type | Name | Description |
---|---|---|
Media |
mediaController | A Media |
Exceptions
Type | Condition |
---|---|
System. |
|
Properties
View SourceController
Gets the controller of the server added.
Declaration
public MediaController Controller { get; }
Property Value
Type | Description |
---|---|
Media |