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#
Copy
public sealed class PlaybackPositionCommand : Command
Inheritance
System.Object
PlaybackPositionCommand

Constructors

View Source

PlaybackPositionCommand(UInt64)

Initializes a new instance of the PlaybackPositionCommand class.

Declaration
C#
Copy
public PlaybackPositionCommand(ulong position)
Parameters
Type Name Description
System.UInt64 position

The playback position in milliseconds.

API Level: 5

Properties

View Source

Position

Gets the position to play.

Declaration
C#
Copy
public ulong Position { get; }
Property Value
Type Description
System.UInt64
API Level: 5