Video_Info is only used within STemWin.
 
Symbols
loading...
Files
loading...

Video_Info variable

Syntax

References

LocationReferrerText
videoplayer_win.c:137
GUI_MOVIE_INFO Video_Info;
videoplayer_win.c:525_cbNotify()
progress = 100 * GUI_MOVIE_GetFrameIndex(hMovie)/ Video_Info.NumFrames;
videoplayer_win.c:531_cbNotify()
if(GUI_MOVIE_GetFrameIndex(hMovie) >= (Video_Info.NumFrames - 1))
videoplayer_win.c:592_StartPlay()
videoplayer_win.c:594_StartPlay()
if((Video_Info.xSize == 0) || (Video_Info.ySize == 0) ||
videoplayer_win.c:595_StartPlay()
(Video_Info.xSize > 320) || (Video_Info.ySize > 240))
videoplayer_win.c:605_StartPlay()
nx = (XSize * 1000) / Video_Info.xSize;
videoplayer_win.c:606_StartPlay()
ny = (YSize * 1000) / Video_Info.ySize;
videoplayer_win.c:614_StartPlay()
XPos = XPos + (XSize - ((Video_Info.xSize * n) / 1000)) / 2;
videoplayer_win.c:615_StartPlay()
YPos = YPos + (YSize - ((Video_Info.ySize * n) / 1000)) / 2;
videoplayer_win.c:1141_cbDialog()
newpos = (SLIDER_GetValue(hItem) * Video_Info.NumFrames)/100;

Data Use

Functions reading Video_Info
Video_Info
Type of Video_Info
Video_Info
all items filtered out