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