C# Class BlackBerry.SoundPlayer

Afficher le fichier Open project: roblillack/monoberry

Méthodes publiques

Méthode Description
Play ( SystemSound sound ) : void
Prepare ( SystemSound sound ) : void

Private Methods

Méthode Description
GetSoundName ( SystemSound sound ) : string
soundplayer_play_sound ( string name ) : int
soundplayer_prepare_sound ( string name ) : int

Method Details

Play() public static méthode

public static Play ( SystemSound sound ) : void
sound SystemSound
Résultat void

Prepare() public static méthode

public static Prepare ( SystemSound sound ) : void
sound SystemSound
Résultat void