Exemplo n.º 1
0
 public static bool ProcessBatch(int[] Handles, out ReplayGainBatchInfo info)
 {
     return(BASS_REPLAY_GAIN_ProcessBatch(Handles, Handles.Length, out info));
 }
Exemplo n.º 2
0
 static extern bool BASS_REPLAY_GAIN_ProcessBatch([MarshalAs(UnmanagedType.LPArray, SizeConst = BATCH_SLOTS)] int[] Handles, int Length, [Out] out ReplayGainBatchInfo result);