Код: Выделить всё
playbackElement1.AutoPlay = true;
playbackElement1.SetSource(stream, this.m_recordStorageFile.FileType);
playbackElement1.Position = new TimeSpan(0, 0, 0, 0, 5000);
playbackElement1.Play();
Подробнее здесь: https://stackoverflow.com/questions/125 ... n-windows8
Мобильная версия