MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
File System types. More...
#include <techtype.h>
Go to the source code of this file.
Data Structures | |
struct | s_content |
Typedefs | |
typedef void * | FS_HANDLE |
typedef void(* | F_DESTROY )(FS_HANDLE fs_handle) |
typedef struct s_content | S_CONTENT |
typedef void(* | F_FS_CALLBACK )(E_FsStatus result, S_CONTENT *pContent) |
Callback function to notify client of result for a file system load request. This is intented for asynchronous call back. More... | |
Enumerations | |
enum | E_FsStatus { FS_STATUS_OK, FS_STATUS_PENDING, FS_STATUS_NONE, FS_STATUS_ABORT, FS_STATUS_INVALID, FS_STATUS_ERROR } |
File System types.
typedef void(* F_DESTROY)(FS_HANDLE fs_handle) |
typedef void(* F_FS_CALLBACK)(E_FsStatus result, S_CONTENT *pContent) |
Callback function to notify client of result for a file system load request. This is intented for asynchronous call back.
E_FsStatus | result Result of the load request |
S_CONTENT | *pContent Structure holding content details (e.g. file data) |
typedef void* FS_HANDLE |
enum E_FsStatus |