#include <Bookmark.h>
◆ EType
| Enumerator | 
|---|
| STANDARD  |  | 
| RESUME  |  | 
| EPISODE  |  | 
 
 
◆ CBookmark()
◆ HasSavedPlayerState()
      
        
          | bool CBookmark::HasSavedPlayerState  | 
          ( | 
           | ) | 
           const | 
        
      
 
returns true if this bookmark has a stored serialized player state 
- Returns
 - true if playerState is not empty. 
 
 
 
◆ 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()
      
        
          | void CBookmark::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: