Class MediaStreamSeekingOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
- API Level:
- 3
Provides data for the SeekingOccurred event.
public class MediaStreamSeekingOccurredEventArgs : EventArgs
- Inheritance
Constructors
View SourceMediaStreamSeekingOccurredEventArgs(UInt64)
Initializes a new instance of the MediaStreamSeekingOccurredEventArgs class.
Declaration
public MediaStreamSeekingOccurredEventArgs(ulong offset)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | offset | The value indicating the new position to seek. |
API Level: 3
Properties
View SourceOffset
Gets the offset.
Declaration
public ulong Offset { get; }
Property Value
Type | Description |
---|---|
UInt64 |
API Level: 3
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. |