MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
File acceleration for Australia and Souh Africa. More...
#include "fs_types.h"
Go to the source code of this file.
Enumerations | |
enum | E_FG_ORIGIN { FGO_DSM, FGO_CI, FGO_HTTP } |
Functions | |
void | FG_Initialise (U32BIT nvmSize) |
Initialise - retrieve data from NVM storage for any file groups and allocate the file group list. More... | |
void | FG_Terminate (void) |
Terminate - free data associated with all file groups. More... | |
void | FG_FetchManifests (void *hOC, U8BIT cachePriority) |
Examines the Obect Carousel's SRG User Info for references to the file group, and requests the manifest file for each group which is not stored stored or where version has changed. More... | |
void | FG_FinishManifests (void *hOC) |
Tell File Group that finished with the Obect Carousel's SRG User Info to reference file groups. More... | |
E_FsStatus | FG_LoadRequest (E_FG_ORIGIN origin, char *fname, F_FS_CALLBACK cb_func, S_CONTENT *pContent) |
Request file from file group stores. More... | |
E_FsStatus | FG_FileExists (E_FG_ORIGIN origin, char *fname) |
Request file from file group stores. More... | |
void | FG_FactoryReset (void) |
In the "factory reset", we clear all file groups from cache store. Then re-aquire file groups for the current Object Carousel - if loaded. More... | |
void * | FG_GetCarouselHandle (void *fs_ref) |
Get Carousel handle from DSM-CC reference. More... | |
File acceleration for Australia and Souh Africa.
enum E_FG_ORIGIN |
void FG_FactoryReset | ( | void | ) |
In the "factory reset", we clear all file groups from cache store. Then re-aquire file groups for the current Object Carousel - if loaded.
void FG_FetchManifests | ( | void * | hOC, |
U8BIT | cachePriority | ||
) |
Examines the Obect Carousel's SRG User Info for references to the file group, and requests the manifest file for each group which is not stored stored or where version has changed.
hOC | handle to Object Carousel |
E_FsStatus FG_FileExists | ( | E_FG_ORIGIN | origin, |
char * | fname | ||
) |
Request file from file group stores.
fname | file name |
void FG_FinishManifests | ( | void * | hOC | ) |
Tell File Group that finished with the Obect Carousel's SRG User Info to reference file groups.
hOC | handle to Object Carousel |
void* FG_GetCarouselHandle | ( | void * | fs_ref | ) |
Get Carousel handle from DSM-CC reference.
fs_ref | Reference returned from DSM-CC in content->fs_hdl |
void FG_Initialise | ( | U32BIT | nvmSize | ) |
Initialise - retrieve data from NVM storage for any file groups and allocate the file group list.
nvmSize | Size of NVM available for DSM-CC caching. |
E_FsStatus FG_LoadRequest | ( | E_FG_ORIGIN | origin, |
char * | fname, | ||
F_FS_CALLBACK | cb_func, | ||
S_CONTENT * | pContent | ||
) |
Request file from file group stores.
fname | file name |
void FG_Terminate | ( | void | ) |
Terminate - free data associated with all file groups.