Show / Hide Table of Contents

    Class Bookmark

    Represents the media bookmark that allows you to mark an interesting moment in media (video and audio) to enable fast searching.

    Inheritance
    Object
    Bookmark
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Tizen.Content.MediaContent
    Assembly: Tizen.Content.MediaContent.dll
    Syntax
    public class Bookmark

    Properties

    Id

    Gets the ID of the bookmark.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    Int32

    The ID of the bookmark.

    API Version
    4

    Name

    Gets the name of the bookmark.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    The name of the bookmark.

    API Version
    4

    Offset

    Gets the offset in milliseconds.

    Declaration
    public int Offset { get; }
    Property Value
    Type Description
    Int32

    The offset of the bookmark in media in milliseconds.

    API Version
    4

    ThumbnailPath

    Gets the thumbnail path of the bookmark.

    Declaration
    public string ThumbnailPath { get; }
    Property Value
    Type Description
    String

    The thumbnail path of the bookmark.

    API Version
    4

    Methods

    ToString()

    Returns a string representation of the bookmark.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string representation of the current bookmark.

    Overrides
    Object.ToString()
    API Version
    4
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX