C# Class Animatroller.Framework.LogicalDevice.Event.AudioChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: HakanL/animatroller Class Usage Examples

Méthodes publiques

Méthode Description
AudioChangedEventArgs ( Commands command, string audioFile, double leftVolume = null, double rightVolume = null ) : System

Method Details

AudioChangedEventArgs() public méthode

public AudioChangedEventArgs ( Commands command, string audioFile, double leftVolume = null, double rightVolume = null ) : System
command Commands
audioFile string
leftVolume double
rightVolume double
Résultat System