Class MediaStreamSeekingOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll
API Level:
3

Provides data for the SeekingOccurred event.

C#
Copy
public class MediaStreamSeekingOccurredEventArgs : EventArgs
Inheritance
MediaStreamSeekingOccurredEventArgs

Constructors

View Source

MediaStreamSeekingOccurredEventArgs(UInt64)

Initializes a new instance of the MediaStreamSeekingOccurredEventArgs class.

Declaration
C#
Copy
public MediaStreamSeekingOccurredEventArgs(ulong offset)
Parameters
Type Name Description
UInt64 offset

The value indicating the new position to seek.

API Level: 3

Properties

View Source

Offset

Gets the offset.

Declaration
C#
Copy
public ulong Offset { get; }
Property Value
Type Description
UInt64
API Level: 3

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 3