FMOD_Channel_GetPriority() private method

private FMOD_Channel_GetPriority ( IntPtr channel, int &priority ) : RESULT
channel System.IntPtr
priority int
return RESULT
Example #1
0
 public RESULT getPriority(ref int priority)
 {
     return(Channel.FMOD_Channel_GetPriority(channelraw, ref priority));
 }