Class MediaControlSearchCondition
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents the search conditions.
public class MediaControlSearchCondition
- Inheritance
-
objectMedia
Control Search Condition
Constructors
View SourceMediaControlSearchCondition(MediaControlContentType, string, Bundle)
Initializes a new instance of the Media
Declaration
public MediaControlSearchCondition(MediaControlContentType type, string keyword, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
Media |
type | The search type. |
string | keyword | The search keyword. |
Bundle | bundle | The extra data. |
Remarks
The Media
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
MediaControlSearchCondition(MediaControlContentType, MediaControlSearchCategory, string, Bundle)
Initializes a new instance of the Media
Declaration
public MediaControlSearchCondition(MediaControlContentType type, MediaControlSearchCategory category, string keyword, Bundle bundle)
Parameters
Type | Name | Description |
---|---|---|
Media |
type | The search type. |
Media |
category | The search category. |
string | keyword | The search keyword. |
Bundle | bundle | The extra data. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
|
Properties
View SourceBundle
Gets the extra data.
Declaration
public Bundle Bundle { get; }
Property Value
Type | Description |
---|---|
Bundle |
Category
Gets the search category.
Declaration
public MediaControlSearchCategory Category { get; }
Property Value
Type | Description |
---|---|
Media |
ContentType
Gets the search content type.
Declaration
public MediaControlContentType ContentType { get; }
Property Value
Type | Description |
---|---|
Media |
Keyword
Gets the search keyword.
Declaration
public string Keyword { get; }
Property Value
Type | Description |
---|---|
string |