Class MediaStreamSeekingOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Provides data for the SeekingOccurred event.
public class MediaStreamSeekingOccurredEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsMediaStreamSeekingOccurredEventArgs
Constructors
View SourceMediaStreamSeekingOccurredEventArgs(ulong)
Initializes a new instance of the MediaStreamSeekingOccurredEventArgs class.
Declaration
public MediaStreamSeekingOccurredEventArgs(ulong offset)
Parameters
Type | Name | Description |
---|---|---|
ulong | offset | The value indicating the new position to seek. |
Properties
View SourceOffset
Gets the offset.
Declaration
public ulong Offset { get; }
Property Value
Type | Description |
---|---|
ulong |
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()