public static string switch_priority_name(switch_priority_t priority) { string ret = freeswitchPINVOKE.switch_priority_name((int)priority); return ret; }
public bool SetPriority(switch_priority_t priority) { bool ret = freeswitchPINVOKE.Event_SetPriority(swigCPtr, (int)priority); return ret; }
public static switch_status_t switch_event_set_priority(switch_event arg0, switch_priority_t priority) { switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_set_priority(switch_event.getCPtr(arg0), (int)priority); return ret; }