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

Inheritance: System.EventArgs
ファイルを表示 Open project: martijn00/XamarinMediaManager Class Usage Examples

Public Methods

Method Description
PlayingChangedEventArgs ( double progress, System.TimeSpan position, System.TimeSpan duration ) : System

Method Details

PlayingChangedEventArgs() public method

public PlayingChangedEventArgs ( double progress, System.TimeSpan position, System.TimeSpan duration ) : System
progress double
position System.TimeSpan
duration System.TimeSpan
return System