Ham Cockpit   

    Show / Hide Table of Contents

    Class OutputSoundcardNameConverter

    Provides a type converter that allows editing the output soundcard property in the Plugin Settings dialog.

    Inheritance
    Object
    TypeConverter
    StringConverter
    VE3NEA.HamCockpit.PluginHelpers.SoundcardNameConverter
    OutputSoundcardNameConverter
    Namespace: VE3NEA.HamCockpit.PluginHelpers
    Assembly: VE3NEA.HamCockpit.PluginAPI.dll
    Syntax
    public class OutputSoundcardNameConverter : SoundcardNameConverter
    Remarks

    If an output soundcard selection property in the Settings object of a plugin needs to be edited in the Plugin Settings dialog, use this class as a TypeConverter attribute for that property. The class populates the dropdown list with the names of available output soundcards and assigns DeviceID of the selected soundcard to the property.

    Examples
        [TypeConverter(typeof(InputSoundcardNameConverter))]
        public string Soundcard { get; set; }
    • View Source
    Back to top Generated by DocFX