示例#1
0
 private void tbAudioBalance_Scroll(object sender, RoutedPropertyChangedEventArgs <double> e)
 {
     VideoCapture1.Audio_OutputDevice_Balance_Set((int)tbAudioBalance.Value);
     VideoCapture1.Audio_OutputDevice_Balance_Get();
 }
示例#2
0
 private void tbAudioBalance_Scroll(object sender, EventArgs e)
 {
     VideoCapture1.Audio_OutputDevice_Balance_Set(tbAudioBalance.Value);
     VideoCapture1.Audio_OutputDevice_Balance_Get();
 }