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) ISoundProvider.PlaySoundAsync Exemples
Langage de programmation:
C# (CSharp)
Class/Type:
ISoundProvider
Méthode/Fonction:
PlaySoundAsync
Exemples au hotexamples.com:
1
C# (CSharp) ISoundProvider.PlaySoundAsync - 1 exemples trouvés
. Ce sont les exemples réels les mieux notés de
ISoundProvider.PlaySoundAsync
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
DiscardSamples(10)
GetSamplesSync(7)
GetSamples(5)
PlaySong(3)
GetSamplesAsync(3)
SetSyncMode(2)
Loop(2)
Play(2)
AddSoundFrame(1)
StopSfx(1)
Reset(1)
PlaySoundAsync(1)
PlaySound(1)
PlayHitSound(1)
PlayShootSound(1)
PlaySfx(1)
MakeSound(1)
GetSample(1)
Dispose(1)
StopSong(1)
Méthodes fréquemment utilisées
DiscardSamples (10)
GetSamplesSync (7)
GetSamples (5)
PlaySong (3)
GetSamplesAsync (3)
SetSyncMode (2)
Loop (2)
Play (2)
AddSoundFrame (1)
StopSfx (1)
Méthodes fréquemment utilisées
Reset (1)
PlaySoundAsync (1)
PlaySound (1)
PlayHitSound (1)
PlayShootSound (1)
PlaySfx (1)
MakeSound (1)
GetSample (1)
Dispose (1)
StopSong (1)
Exemple #1
0
Afficher le fichier
Fichier :
SoundService.cs
Projet :
chrfalch/SoundPlayer
public Task PlaySoundAsync(string filename) { return(_soundProvider.PlaySoundAsync(filename)); }
x