コード例 #1
0
ファイル: SoundCard.cs プロジェクト: crojewsk/sALSA
 /// <summary>
 /// Try to determine the next card.
 /// </summary>
 /// <param name="card">Card.</param>
 /// <returns>Zero if success, otherwise a negative error code.</returns>
 public int Next(out int card)
 {
     return(SoundNativeMethods.SoundCardNext(out card));
 }