Home
last modified time | relevance | path

Searched refs:PlayLooping (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/openbve/OpenBVE-1.8.2.1/documentation/Examples/Sample Plugins/C#/Plugin/
H A DPlugin.Sound.cs13 public const int PlayLooping = 0; field in Plugin.Plugin.SoundInstructions
68 …else if (this.Sound[i] > SoundInstructions.Stop & this.Sound[i] <= SoundInstructions.PlayLooping) { in Update()
69 …)(this.Sound[i] - SoundInstructions.Stop) / (double)(SoundInstructions.PlayLooping - SoundInstruct… in Update()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/SafetySystems/Plugin/
H A DProxyPlugin.cs162 else if (Sound[i] > SoundInstructions.Stop & Sound[i] <= SoundInstructions.PlayLooping) in Elapse()
169 …me = (double) (Sound[i] - SoundInstructions.Stop) / (SoundInstructions.PlayLooping - SoundInstruct… in Elapse()
203 …if ((Sound[i] < SoundInstructions.Stop | Sound[i] > SoundInstructions.PlayLooping) && Sound[i] != … in Elapse()
H A DPlugin.SoundInstructions.cs8 internal const int PlayLooping = 0; field in TrainManager.SafetySystems.SoundInstructions
H A DLegacyPlugin.cs382 … else if (this.Sound[i] > SoundInstructions.Stop & this.Sound[i] <= SoundInstructions.PlayLooping) in Elapse()
388 … (this.Sound[i] - SoundInstructions.Stop) / (double)(SoundInstructions.PlayLooping - SoundInstruct… in Elapse()
421 …if ((this.Sound[i] < SoundInstructions.Stop | this.Sound[i] > SoundInstructions.PlayLooping) && th… in Elapse()
/dports/games/vavoom/vavoom-1.33/source/
H A Dsnd_audiocd_bsd.cpp164 if (PlayLooping) in Update()
283 PlayLooping = looping; in Play()
H A Dsnd_audiocd_linux.cpp157 if (PlayLooping) in Update()
275 PlayLooping = looping; in Play()
H A Dsnd_audiocd_win32.cpp147 if (PlayLooping) in OnMessage()
322 PlayLooping = looping; in Play()
H A Dsnd_local.h288 bool PlayLooping; variable
299 , PlayLooping(false) in VCDAudioDevice()
H A Dsnd_main.cpp1603 "Currently" : "Paused", CDAudioDevice->PlayLooping ? in CmdCD()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Media/
H A DSoundPlayer.cs212 public void PlayLooping () in PlayLooping() method in System.Media.SoundPlayer
225 win32_player.PlayLooping (); in PlayLooping()
H A DWin32SoundPlayer.cs90 public void PlayLooping () in PlayLooping() method in Mono.Audio.Win32SoundPlayer
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcdaudio.h25 qboolean PlayLooping; member
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcdaudio.h25 qboolean PlayLooping; member
/dports/games/darkplaces/darkplaces/
H A Dcdaudio.h25 qboolean PlayLooping; member
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Devices/
H A DAudio.vb76 player.PlayLooping()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/Media/
H A DSoundPlayer.cs384 public void PlayLooping() { in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs8015 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs7724 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs7956 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs7985 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs7984 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs7956 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs7956 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs7975 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs8237 public void PlayLooping() { } in PlayLooping() method in System.Media.SoundPlayer

12