Class MediaControlServerStartedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
4

Provides data for the ServerStarted event.

C#
Copy
public class MediaControlServerStartedEventArgs : EventArgs
Inheritance
MediaControlServerStartedEventArgs

Constructors

View Source

MediaControlServerStartedEventArgs(MediaController)

Initializes a new instance of the MediaControlServerStartedEventArgs class.

Declaration
C#
Copy
public MediaControlServerStartedEventArgs(MediaController mediaController)
Parameters
Type Name Description
MediaController mediaController

A MediaController of the server.

Exceptions
Type Condition
ArgumentNullException

mediaController is null.

API Level: 4

Properties

View Source

Controller

Gets the controller of the server added.

Declaration
C#
Copy
public MediaController Controller { get; }
Property Value
Type Description
MediaController

A MediaController.

API Level: 4