Class MediaCommand
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
- API Level:
- 4
The MediaCommand is a base class for command classes.
public abstract class MediaCommand
- Inheritance
-
MediaCommand
- 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 |
---|---|
ArgumentNullException |
|
ObjectDisposedException |
|
API Level: 4
Properties
View SourceDatabase
Gets the MediaDatabase.
Declaration
public MediaDatabase Database { get; }
Property Value
Type | Description |
---|---|
MediaDatabase | The MediaDatabase which commands execute on. |