C# Class Plugin.MediaManager.Abstractions.EventArguments.PlayingChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: martijn00/XamarinMediaManager Class Usage Examples

Méthodes publiques

Méthode Description
PlayingChangedEventArgs ( double progress, System.TimeSpan position, System.TimeSpan duration ) : System

Method Details

PlayingChangedEventArgs() public méthode

public PlayingChangedEventArgs ( double progress, System.TimeSpan position, System.TimeSpan duration ) : System
progress double
position System.TimeSpan
duration System.TimeSpan
Résultat System