예제 #1
0
 private void player_Loaded(object sender, RoutedEventArgs e)
 {
     _player.Connect(RtspUrlTextBox.Text);
     _player.Play();
 }