AlphaSynth.Platform.Platform.CreateOutput C# (CSharp) Method

CreateOutput() public static method

public static CreateOutput ( ) : ISynthOutput
return ISynthOutput
        public static ISynthOutput CreateOutput()
        {
            return OutputFactory != null ? OutputFactory() : null;
        }