Class PlaybackPositionCommand
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides a means to send playback command to order specific time position.
public sealed class PlaybackPositionCommand : Command
- Inheritance
Constructors
View SourcePlaybackPositionCommand(ulong)
Initializes a new instance of the PlaybackPositionCommand class.
Declaration
public PlaybackPositionCommand(ulong position)
Parameters
Type | Name | Description |
---|---|---|
ulong | position | The playback position in milliseconds. |
Properties
View SourcePosition
Gets the position to play.
Declaration
public ulong Position { get; }
Property Value
Type | Description |
---|---|
ulong |