Explorar o código

set playmode to loop

Alexander Hendrich %!s(int64=11) %!d(string=hai) anos
pai
achega
f28a9a2fba
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      bbiwarg/DataSource/IisuInputProvider.cs

+ 3 - 1
bbiwarg/DataSource/IisuInputProvider.cs

@@ -69,7 +69,9 @@ namespace bbiwarg.DataSource
             // parameters
             if (sourceIsMovie)
             {
-                device.RegisterParameterHandle<int>("SOURCE.MOVIE.PlayMode").Value = 0; // playMode = once
+                //device.RegisterParameterHandle<int>("SOURCE.MOVIE.PlayMode").Value = 0; // playMode = once
+                device.RegisterParameterHandle<int>("SOURCE.MOVIE.PlayMode").Value = 1; // playMode = loop
+                //device.RegisterParameterHandle<int>("SOURCE.MOVIE.PlayMode").Value = 2; // playMode = ping-pong
             }
             else
             {