Class PlaybackPositionCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send playback command to order specific time position.
C#Copypublic sealed class PlaybackPositionCommand : Command
- Inheritance
Constructors
View Source
PlaybackPositionCommand(UInt64)
Initializes a new instance of the PlaybackPositionCommand class.
Declaration
C#Copypublic PlaybackPositionCommand(ulong position)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | position | The playback position in milliseconds. |
API Level: 5
Properties
Declaration
C#Copypublic ulong Position { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |