Implementation of thumbnails using BIF file format.
- See also
- IYIThumbnails
-
CYIBif
#include <player/YiBifThumbnails.h>
| CYIBifThumbnails::CYIBifThumbnails |
( |
CYIImageView * |
pThumbnailNode | ) |
|
| virtual CYIBifThumbnails::~CYIBifThumbnails |
( |
| ) |
|
|
virtual |
| virtual void CYIBifThumbnails::Init |
( |
const CYIString & |
path | ) |
|
|
overridevirtual |
Initialize with an absolute path to the thumbnails file on disk.
Subclasses can provide overloads of `Init` if they choose.
Implements IYIThumbnails.
| void CYIBifThumbnails::Init |
( |
const std::shared_ptr< CYIAssetBif > & |
pBif | ) |
|
An additional way to initialze BIF thumbnails.
| virtual void CYIBifThumbnails::Update |
( |
uint64_t |
uTime | ) |
|
|
overridevirtual |
Update the node with the appropriate thumbnail content when the video is at uTime milliseconds
Implements IYIThumbnails.
The documentation for this class was generated from the following file: