Class MediaControllerManager
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to retrieve active controllers and observe controllers added and removed.
C#
Copy
public class MediaControllerManager : IDisposable
- Inheritance
-
objectMedia
Controller Manager
- Implements
-
System.
IDisposable
Constructors
View Source
MediaControllerManager()
Initializes a new instance of the Media
Declaration
C#
Copy
public MediaControllerManager()
Exceptions
Type | Condition |
---|---|
System. |
An internal error occurs. |
System. |
The caller does not have required privilege. |
Methods
Declaration
C#
Copy
public void Dispose()
Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Declaration
C#
Copy
public MediaController[] GetActiveControllers()
Returns
Type | Description |
---|---|
Media |
An array of Media |
Events
Declaration
C#
Copy
public event EventHandler<MediaControlServerStartedEventArgs> ServerStarted
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Media |
Declaration
C#
Copy
public event EventHandler<MediaControlServerStoppedEventArgs> ServerStopped
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Media |
Implements
System.IDisposable