Class MediaStreamSeekingOccurredEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.MediaPlayer.dll

Provides data for the SeekingOccurred event.

C#
Copy
public class MediaStreamSeekingOccurredEventArgs : EventArgs
Inheritance
object
System.EventArgs
MediaStreamSeekingOccurredEventArgs

Constructors

View Source

MediaStreamSeekingOccurredEventArgs(ulong)

Initializes a new instance of the MediaStreamSeekingOccurredEventArgs class.

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

The value indicating the new position to seek.

Properties

View Source

Offset

Gets the offset.

Declaration
C#
Copy
public ulong Offset { get; }
Property Value
Type Description
ulong

Methods

View Source

ToString()

Returns a string that represents the current object.

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

A string that represents the current object.

Overrides
object.ToString()