Class MediaControlSearchCondition
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Represents the search conditions.
C#Copypublic class MediaControlSearchCondition
- Inheritance
-
objectMediaControlSearchCondition
Constructors
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. |
string | keyword | The search keyword. |
Bundle | bundle | The extra data. |
Remarks
The MediaControlSearchCategory will be set internally by All.
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentNullException |
|
MediaControlSearchCondition(MediaControlContentType, string)
Initializes a new instance of the MediaControlSearchCondition class.
Declaration
C#Copypublic 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 |
---|---|
System.ArgumentException |
|
System.ArgumentNullException |
|
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. |
string | keyword | The search keyword. |
Bundle | bundle | The extra data. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
System.ArgumentNullException |
|
MediaControlSearchCondition(MediaControlContentType, MediaControlSearchCategory, string)
Initializes a new instance of the MediaControlSearchCondition class.
Declaration
C#Copypublic 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 |
---|---|
System.ArgumentException |
|
System.ArgumentNullException |
|
Properties
Declaration
C#Copypublic Bundle Bundle { get; }
Property Value
Type | Description |
---|---|
Bundle |
Declaration
C#Copypublic MediaControlSearchCategory Category { get; }
Property Value
Type | Description |
---|---|
MediaControlSearchCategory |
Declaration
C#Copypublic MediaControlContentType ContentType { get; }
Property Value
Type | Description |
---|---|
MediaControlContentType |
Declaration
C#Copypublic string Keyword { get; }
Property Value
Type | Description |
---|---|
string |