Class MediaStreamSeekingOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
Provides data for the SeekingOccurred event.
C#Copypublic class MediaStreamSeekingOccurredEventArgs : EventArgs
- Inheritance
Constructors
View Source
MediaStreamSeekingOccurredEventArgs(UInt64)
Initializes a new instance of the MediaStreamSeekingOccurredEventArgs class.
Declaration
C#Copypublic MediaStreamSeekingOccurredEventArgs(ulong offset)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | offset | The value indicating the new position to seek. |
API Level: 3
Properties
Declaration
C#Copypublic ulong Offset { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
API Level: 3
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()