#include <Bookmark.h>
§ EType
| Enumerator |
|---|
| STANDARD | |
| RESUME | |
| EPISODE | |
§ CBookmark()
§ IsPartWay()
| bool CBookmark::IsPartWay |
( |
| ) |
const |
returns true if this bookmark is part way through the video file
- Returns
- true if both totalTimeInSeconds and timeInSeconds are positive.
§ IsSet()
| bool CBookmark::IsSet |
( |
| ) |
const |
returns true if this bookmark has been set.
- Returns
- true if totalTimeInSeconds is positive.
§ Reset()
§ episodeNumber
| long CBookmark::episodeNumber |
§ partNumber
| long CBookmark::partNumber |
§ player
| std::string CBookmark::player |
§ playerState
| std::string CBookmark::playerState |
§ seasonNumber
| long CBookmark::seasonNumber |
§ thumbNailImage
| std::string CBookmark::thumbNailImage |
§ timeInSeconds
| double CBookmark::timeInSeconds |
§ totalTimeInSeconds
| double CBookmark::totalTimeInSeconds |
§ type
The documentation for this class was generated from the following files: