Class MediaStreamSeekingOccurredEventArgs

    Definition

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

    Provides data for the SeekingOccurred event.

    public class MediaStreamSeekingOccurredEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaStreamSeekingOccurredEventArgs

    Constructors

    View Source

    MediaStreamSeekingOccurredEventArgs(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 Source

    Offset

    Gets the next new play position as a result of seeking operation.

    Declaration
    public ulong Offset { get; }
    Property Value
    Type Description
    ulong
    Remarks

    The next playback position after SetPlayPositionAsync could be a little bit different with its input position.
    So user should push the next media data using this time offset in nanoseconds.

    See Also
    SetPlayPositionAsync(int, bool)
    SetPlayPositionNanosecondsAsync(long, bool)

    Methods

    View Source

    ToString()

    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()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX