Method function VLDVDPlayer.TVLDVDPlayer.GetBookmark() : IVLDVDBookmark
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDVDPlayer
Contents |
Syntax
Delphi:
function GetBookmark() : IVLDVDBookmark;
C++ Builder:
IVLDVDBookmark __fastcall GetBookmark();
Visual C++ (MFC):
IVLDVDBookmark GetBookmark();
Summary
Returns a bookmark object for associated with the current position.
Description
Call this method to get a bookmark object for associated with the current position.
You can use the object later to jump back to this position.