private void CodecInfoPlayButtonCommandExecute(object args)
        {
            var mfi = args as MediaFileInformation;

            _PlaybackCallback?.Invoke(CurrentMediaInformation.RecommendedDecoderType);
            DialogHelper.CloseFlyout(mfi.Name);
        }
Beispiel #2
0
        public void PlayListTapped(object sender, TappedRoutedEventArgs args)
        {
            var playList = (sender as FrameworkElement).DataContext as PlayList;

            DialogHelper.CloseFlyout("AddToPlayListFlyoutContent");
        }