Class SearchCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 5
Provides a means to to send search commands.
public sealed class SearchCommand : Command
- Inheritance
Constructors
View SourceSearchCommand(List<MediaControlSearchCondition>)
Initializes a new instance of the SearchCommand class.
Declaration
public SearchCommand(List<MediaControlSearchCondition> conditions)
Parameters
Type | Name | Description |
---|---|---|
List<MediaControlSearchCondition> | conditions | The set of MediaControlSearchCondition. |
Remarks
User can search maximum 20 items once.
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
ArgumentException |
|
InvalidOperationException | An internal error occurs. |
API Level: 5
View SourceSearchCommand(MediaControlSearchCondition)
Initializes a new instance of the SearchCommand class.
Declaration
public SearchCommand(MediaControlSearchCondition condition)
Parameters
Type | Name | Description |
---|---|---|
MediaControlSearchCondition | condition | The set of MediaControlSearchCondition. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|
InvalidOperationException | An internal error occurs. |
API Level: 5
Properties
View SourceConditions
Gets or sets the search conditions.
Declaration
public IEnumerable<MediaControlSearchCondition> Conditions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<MediaControlSearchCondition> |
Remarks
This property is used by MediaControlServer.
API Level: 5
Methods
View SourceOnResponseCompleted()
Represents a method that is called when an response command completes.
Declaration
protected override void OnResponseCompleted()