WP7播放声音 - 播放声音时收到通知

时间:2012-09-27 08:56:15

标签: windows-phone-7 audio

我正在播放这样的声音:

IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication();
IsolatedStorageFileStream stream;

stream = isoStore.OpenFile(fileName, FileMode.Open);
SoundEffect effect = SoundEffect.FromStream(stream);
FrameworkDispatcher.Update();
effect.Play();

有没有办法在比赛结束后得到通知?我需要这个在播放时禁用播放按钮,然后在完成时再次启用它。

1 个答案:

答案 0 :(得分:0)

您可以使用effect.Duration propetry按计时器设置button.Enable播放按钮。