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