OpenRA.SoundDevice.SoundDevice C# (CSharp) Method

SoundDevice() public method

public SoundDevice ( string device, string label ) : System
device string
label string
return System
        public SoundDevice(string device, string label)
        {
            Device = device;
            Label = label;
        }
SoundDevice