Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
C# (CSharp) ISoundPlayer.PlayHandle Exemples
Langage de programmation:
C# (CSharp)
Class/Type:
ISoundPlayer
Méthode/Fonction:
PlayHandle
Exemples au hotexamples.com:
1
C# (CSharp) ISoundPlayer.PlayHandle - 1 exemples trouvés
. Ce sont les exemples réels les mieux notés de
ISoundPlayer.PlayHandle
extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Méthodes fréquemment utilisées
Afficher
Cacher
Play(20)
Stop(5)
PlaySound(5)
PlayFile(4)
StopVoice(3)
Dispose(3)
PlayMusic(2)
IsPlaying(2)
IsPlayingVoice(2)
Received(2)
PlaySE(1)
SetVolume(1)
Preload(1)
PlayVoice(1)
PlayTrack(1)
PlayStream(1)
DidNotReceive(1)
PlayResult(1)
PlayOneShot(1)
PlayHandle(1)
Pause(1)
OnSave(1)
OnLoad(1)
Mute(1)
LoadSound(1)
GetVolume(1)
GetLength(1)
Unload(1)
Méthodes fréquemment utilisées
Play (20)
Stop (5)
PlaySound (5)
PlayFile (4)
StopVoice (3)
Dispose (3)
PlayMusic (2)
IsPlaying (2)
IsPlayingVoice (2)
Received (2)
Méthodes fréquemment utilisées
PlaySE (1)
SetVolume (1)
Preload (1)
PlayVoice (1)
PlayTrack (1)
PlayStream (1)
DidNotReceive (1)
PlayResult (1)
PlayOneShot (1)
PlayHandle (1)
Pause (1)
OnSave (1)
OnLoad (1)
Mute (1)
LoadSound (1)
GetVolume (1)
GetLength (1)
Unload (1)
Méthodes fréquemment utilisées
Pause (1)
OnSave (1)
OnLoad (1)
Mute (1)
LoadSound (1)
GetVolume (1)
GetLength (1)
Unload (1)
Exemple #1
0
Afficher le fichier
public IPlayingSoundContext Play(string prm) { return(m_Player.PlayHandle(prm)); }
x