FMOD_Channel_GetPriority() private méthode

private FMOD_Channel_GetPriority ( IntPtr channel, int &priority ) : RESULT
channel System.IntPtr
priority int
Résultat RESULT
 public RESULT getPriority(ref int priority)
 {
     return(Channel.FMOD_Channel_GetPriority(channelraw, ref priority));
 }