Method | Description | |
---|---|---|
IsPlayableSound ( WF.Player.Core.Media media ) : bool |
Determines if a media represents a sound that can be played by this SoundManager.
|
|
PlaySound ( string isoStoreFile ) : void |
Plays a sounds from the isolated storage.
|
|
StopSounds ( ) : void |
Stops currently playing sounds if any.
|
Method | Description | |
---|---|---|
EnsureSoundPlayerReady ( ) : bool | ||
OnMediaEnded ( object sender, |
||
OnMediaFailed ( object sender, System.Windows.ExceptionRoutedEventArgs e ) : void | ||
OnMediaOpened ( object sender, |
||
StopSoundsInternal ( ) : void |
public static IsPlayableSound ( WF.Player.Core.Media media ) : bool | ||
media | WF.Player.Core.Media | |
return | bool |
public PlaySound ( string isoStoreFile ) : void | ||
isoStoreFile | string | Path to the isolated storage file. |
return | void |