Class Bookmark

Definition

Namespace:
Tizen.Content.MediaContent
Assembly:
Tizen.Content.MediaContent.dll
API Level:
4

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

C#
Copy
public class Bookmark
Inheritance
System.Object
Bookmark

Properties

View Source

Id

Gets the ID of the bookmark.

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

The ID of the bookmark.

API Level: 4
View Source

Name

Gets the name of the bookmark.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String

The name of the bookmark.

API Level: 4
View Source

Offset

Gets the offset in milliseconds.

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

The offset of the bookmark in media in milliseconds.

API Level: 4
View Source

ThumbnailPath

Gets the thumbnail path of the bookmark.

Declaration
C#
Copy
public string ThumbnailPath { get; }
Property Value
Type Description
System.String

The thumbnail path of the bookmark.

API Level: 4

Methods

View Source

ToString()

Returns a string representation of the bookmark.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

A string representation of the current bookmark.

Overrides
System.Object.ToString()
API Level: 4