C# Class OpenRA.SoundDevice

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Device string
Label string

Public Methods

Method Description
SoundDevice ( string device, string label ) : System

Method Details

SoundDevice() public method

public SoundDevice ( string device, string label ) : System
device string
label string
return System

Property Details

Device public property

public string Device
return string

Label public property

public string Label
return string