Example #1
0
 /// <summary>
 ///     Adjusts the settings of a recording input source.
 /// </summary>
 /// <param name="input">The input to adjust the settings of... 0 = first, -1 = master. </param>
 /// <param name="volume">The volume level... 0 (silent) to 1 (max), less than 0 = leave current. </param>
 /// <param name="staus">The new setting. </param>
 public static void SetInput(int input, float volume, RecordInputStatus staus)
 {
     RecordModule.RecordSetInputFunction.CheckResult(
         RecordModule.RecordSetInputFunction.Delegate(input, staus, volume));
 }
Example #2
0
 /// <summary>
 ///     Adjusts the settings of a recording input source.
 /// </summary>
 /// <param name="input">The input to adjust the settings of... 0 = first, -1 = master. </param>
 /// <param name="volume">The volume level... 0 (silent) to 1 (max), less than 0 = leave current. </param>
 /// <param name="staus">The new setting. </param>
 public static void SetInput(int input, float volume, RecordInputStatus staus)
 {
     RecordModule.RecordSetInputFunction.CheckResult(
         RecordModule.RecordSetInputFunction.Delegate(input, staus, volume));
 }