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#Copypublic class Bookmark
- Inheritance
-
Bookmark
Properties
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The ID of the bookmark. |
API Level: 4
Declaration
C#Copypublic string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the bookmark. |
API Level: 4
Declaration
C#Copypublic int Offset { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The offset of the bookmark in media in milliseconds. |
API Level: 4
Declaration
C#Copypublic string ThumbnailPath { get; }
Property Value
Type | Description |
---|---|
System.String | The thumbnail path of the bookmark. |
API Level: 4
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string representation of the current bookmark. |
Overrides
System.Object.ToString()