parent
04e6414064
commit
6d80e21949
26 changed files with 174 additions and 4 deletions
@ -1 +0,0 @@ |
||||
#gitkeep file |
||||
@ -1 +0,0 @@ |
||||
#gitkeep file |
||||
@ -1 +0,0 @@ |
||||
#gitkeep file |
||||
@ -1 +0,0 @@ |
||||
#gitkeep file |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
@ -0,0 +1,66 @@ |
||||
<ofxImGuiParameter> |
||||
<Settings4ofxImGuiParameter> |
||||
<PosAndSize> |
||||
<X>10</X> |
||||
<Y>10</Y> |
||||
<Width>450</Width> |
||||
<Height>686</Height> |
||||
</PosAndSize> |
||||
<IsLockedShortcut>false</IsLockedShortcut> |
||||
<IsHidden>false</IsHidden> |
||||
<IsEnableMessage>true</IsEnableMessage> |
||||
<IsMessageAutoGone>true</IsMessageAutoGone> |
||||
</Settings4ofxImGuiParameter> |
||||
<fps>60.9183</fps> |
||||
<graphic IsOpen="false"> |
||||
<framerate>60</framerate> |
||||
<vsync>true</vsync> |
||||
<hidden_cursor>false</hidden_cursor> |
||||
<app_size> |
||||
<X>1024</X> |
||||
<Y>768</Y> |
||||
</app_size> |
||||
<fbo_size> |
||||
<X>1024</X> |
||||
<Y>768</Y> |
||||
</fbo_size> |
||||
<draw_to_screen>true</draw_to_screen> |
||||
<fullscreen>false</fullscreen> |
||||
<fbo_fit_mov>true</fbo_fit_mov> |
||||
<app_fit_fbo>true</app_fit_fbo> |
||||
<app_clear_color PixelType="U8"> |
||||
<R>0</R> |
||||
<G>0</G> |
||||
<B>0</B> |
||||
<A>255</A> |
||||
</app_clear_color> |
||||
<fbo_clear_color PixelType="U8"> |
||||
<R>0</R> |
||||
<G>0</G> |
||||
<B>0</B> |
||||
<A>255</A> |
||||
</fbo_clear_color> |
||||
</graphic> |
||||
<spout IsOpen="false"> |
||||
<enable>false</enable> |
||||
<sender_name>EasyVideoPlayer</sender_name> |
||||
</spout> |
||||
<movie IsOpen="true"> |
||||
<path>movie/demo.avi</path> |
||||
<is_abs>false</is_abs> |
||||
<is_loop>true</is_loop> |
||||
<volume>1</volume> |
||||
<fit_fbo>true</fit_fbo> |
||||
<tile IsOpen="false"> |
||||
<enable_horizontal>false</enable_horizontal> |
||||
</tile> |
||||
</movie> |
||||
<bgm IsOpen="false"> |
||||
<path>sound/demo.mp3</path> |
||||
<is_stream>true</is_stream> |
||||
<is_loop>true</is_loop> |
||||
<volume>1</volume> |
||||
<pan>0</pan> |
||||
<speed>1</speed> |
||||
</bgm> |
||||
</ofxImGuiParameter> |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@ |
||||
[Window][Debug##Default] |
||||
Pos=60,60 |
||||
Size=400,400 |
||||
Collapsed=0 |
||||
|
||||
[Window][AppEasyVideoPlayer] |
||||
Pos=10,10 |
||||
Size=450,686 |
||||
Collapsed=0 |
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@ |
||||
@ECHO OFF |
||||
|
||||
ECHO Create Auto Shutdown Schtask. |
||||
|
||||
SCHTASKS /CREATE /SC DAILY /TN "auto_shutdown" /TR "SHUTDOWN /P /F" /ST 23:00 |
||||
|
||||
PAUSE |
||||
@ -0,0 +1,7 @@ |
||||
@ECHO OFF |
||||
|
||||
ECHO Delete Auto Shutdown Schtask. |
||||
|
||||
SCHTASKS /DELETE /TN "auto_shutdown" /F |
||||
|
||||
PAUSE |
||||
Loading…
Reference in new issue