Class MediaControlSearchCondition
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Represents the search conditions.
C#Copypublic class MediaControlSearchCondition
- Inheritance
-
MediaControlSearchCondition
Constructors
View Source
MediaControlSearchCondition(MediaControlContentType, String, Bundle)
Initializes a new instance of the MediaControlSearchCondition class.
Declaration
C#Copypublic MediaControlSearchCondition(MediaControlContentType type, string keyword, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
MediaControlContentType | type | The search type. |
System.String | keyword | The search keyword. |
Bundle | bundle | The extra data. |
Remarks
The MediaControlSearchCategory will be set internally by All.
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
ArgumentNullException |
|
API Level: 5
View Source
MediaControlSearchCondition(MediaControlContentType, MediaControlSearchCategory, String, Bundle)
Initializes a new instance of the MediaControlSearchCondition class.
Declaration
C#Copypublic MediaControlSearchCondition(MediaControlContentType type, MediaControlSearchCategory category, string keyword, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
MediaControlContentType | type | The search type. |
MediaControlSearchCategory | category | The search category. |
System.String | keyword | The search keyword. |
Bundle | bundle | The extra data. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
ArgumentNullException |
|
API Level: 5
Properties
Declaration
C#Copypublic Bundle Bundle { get; }
Property Value
Type | Description |
---|---|
Bundle |
API Level: 5
Declaration
C#Copypublic MediaControlSearchCategory Category { get; }
Property Value
Type | Description |
---|---|
MediaControlSearchCategory |
API Level: 5
Declaration
C#Copypublic MediaControlContentType ContentType { get; }
Property Value
Type | Description |
---|---|
MediaControlContentType |
API Level: 5
Declaration
C#Copypublic string Keyword { get; }
Property Value
Type | Description |
---|---|
System.String |