C# Class MediaPlayer.Playlist

Interaction logic for Playlist.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: bertuck/MediaPlayer Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectedEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
AddSound ( string filename ) : void
AddUrl ( string filename ) : void
NextSound ( ) : void
Pause ( ) : void
Play ( ) : void
Playlist ( ) : System
PrevSound ( ) : void
SearchPlaylist ( string sPath ) : void
Total ( ) : string
isInList ( string filename ) : SoundInfo
refreshIcon ( string filename ) : void

Private Methods

Méthode Description
ImageClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Image_Drop ( object sender, System.Windows.DragEventArgs e ) : void
InitializeComponent ( ) : void
MediaOpened ( object sender, RoutedEventArgs e ) : void
MusicClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Musique_Drop ( object sender, System.Windows.DragEventArgs e ) : void
Opened ( object sender, RoutedEventArgs e ) : void
PlaylistChanged ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
PlaylistDrop ( object sender, System.Windows.DragEventArgs e ) : void
SaveSelections ( ) : void
SearchSelections ( ) : void
System ( int connectionId, object target ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
VideoClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Video_Drop ( object sender, System.Windows.DragEventArgs e ) : void
add_To_Lib ( Media m ) : void
init_Library ( ) : void
liste_DragEnter ( object sender, System.Windows.DragEventArgs e ) : void
liste_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
liste_MouseRightButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
next_Click ( object sender, RoutedEventArgs e ) : void
prev_Click ( object sender, RoutedEventArgs e ) : void
save_Click ( object sender, RoutedEventArgs e ) : void
set_File_Info ( String filename, String type ) : Media

Method Details

AddSound() public méthode

public AddSound ( string filename ) : void
filename string
Résultat void

AddUrl() public méthode

public AddUrl ( string filename ) : void
filename string
Résultat void

NextSound() public méthode

public NextSound ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Playlist() public méthode

public Playlist ( ) : System
Résultat System

PrevSound() public méthode

public PrevSound ( ) : void
Résultat void

SearchPlaylist() public méthode

public SearchPlaylist ( string sPath ) : void
sPath string
Résultat void

Total() public méthode

public Total ( ) : string
Résultat string

isInList() public méthode

public isInList ( string filename ) : SoundInfo
filename string
Résultat SoundInfo

refreshIcon() public méthode

public refreshIcon ( string filename ) : void
filename string
Résultat void

Property Details

SelectedEvent public_oe static_oe property

public static RoutedEvent,System.Windows SelectedEvent
Résultat System.Windows.RoutedEvent