Class Bookmark

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll

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

C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public class Bookmark
Inheritance
object
Bookmark

Properties

View Source

Id

Gets the ID of the bookmark.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public int Id { get; }
Property Value
Type Description
int

The ID of the bookmark.

View Source

Name

Gets the name of the bookmark.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public string Name { get; }
Property Value
Type Description
string

The name of the bookmark.

View Source

Offset

Gets the offset in milliseconds.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public int Offset { get; }
Property Value
Type Description
int

The offset of the bookmark in media in milliseconds.

View Source

ThumbnailPath

Gets the thumbnail path of the bookmark.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public string ThumbnailPath { get; }
Property Value
Type Description
string

The thumbnail path of the bookmark.

Methods

View Source

ToString()

Returns a string representation of the bookmark.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API14.")] public override string ToString()
Returns
Type Description
string

A string representation of the current bookmark.

Overrides
object.ToString()