Class DisplayModeCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to to send display mode command.
public sealed class DisplayModeCommand : Command
- Inheritance
Constructors
View SourceDisplayModeCommand(MediaControlDisplayMode)
Initializes a new instance of the DisplayModeCommand class.
Declaration
public DisplayModeCommand(MediaControlDisplayMode mode)
Parameters
Type | Name | Description |
---|---|---|
MediaControlDisplayMode | mode |
Exceptions
Type | Condition |
---|---|
System.ArgumentException |
|
Properties
View SourceMode
Gets the display mode.
Declaration
public MediaControlDisplayMode Mode { get; }
Property Value
Type | Description |
---|---|
MediaControlDisplayMode |