C# Class BlackBerry.SoundPlayer

Show file Open project: roblillack/monoberry

Public Methods

Method Description
Play ( SystemSound sound ) : void
Prepare ( SystemSound sound ) : void

Private Methods

Method Description
GetSoundName ( SystemSound sound ) : string
soundplayer_play_sound ( string name ) : int
soundplayer_prepare_sound ( string name ) : int

Method Details

Play() public static method

public static Play ( SystemSound sound ) : void
sound SystemSound
return void

Prepare() public static method

public static Prepare ( SystemSound sound ) : void
sound SystemSound
return void