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

Inheritance: System.EventArgs
显示文件 Open project: HakanL/animatroller Class Usage Examples

Public Methods

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

Method Details

AudioChangedEventArgs() public method

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