FS-8748 track pdf total pages and current page

This commit is contained in:
Seven Du
2016-02-17 23:40:10 +08:00
parent 1204abf87a
commit 8b7f0766f1
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -393,6 +393,10 @@ struct switch_file_handle {
char *modname;
switch_mm_t mm;
switch_mutex_t *flag_mutex;
/*! total video duration, or total page in pdf*/
int64_t duration;
/*! current video position, or current page in pdf */
int64_t vpos;
};
/*! \brief Abstract interface to an asr module */