Class MediaCommand
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
The MediaCommand is a base class for command classes.
public abstract class MediaCommand
- Inheritance
-
objectMediaCommand
- Derived
Constructors
View SourceMediaCommand(MediaDatabase)
Initializes a new instance of the MediaCommand class with the specified MediaDatabase.
Declaration
protected MediaCommand(MediaDatabase database)
Parameters
Type | Name | Description |
---|---|---|
MediaDatabase | database | The MediaDatabase that the commands run on. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ObjectDisposedException |
|
Properties
View SourceDatabase
Gets the MediaDatabase.
Declaration
public MediaDatabase Database { get; }
Property Value
Type | Description |
---|---|
MediaDatabase | The MediaDatabase which commands execute on. |