mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Merge pull request #770 in FS/freeswitch from FS-8750-1 to master
* commit 'bdeacb1d29d78626474bf53cf8969bf3ea20c751': FS-8751 [Conference Play Video Total Time and Current Time] FS-8748 FS-8751 check current play_status FS-8748 track pdf total pages and current page FS-8754 add ability to read high quality PDF FS-8750 implement file_seek for video files
This commit is contained in:
@@ -394,6 +394,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 */
|
||||
|
||||
Reference in New Issue
Block a user