FreeSWITCH.Native.freeswitch.switch_buffer_unlock C# (CSharp) Method

switch_buffer_unlock() public static method

public static switch_buffer_unlock ( SWIGTYPE_p_switch_buffer buffer ) : void
buffer SWIGTYPE_p_switch_buffer
return void
        public static void switch_buffer_unlock(SWIGTYPE_p_switch_buffer buffer)
        {
            freeswitchPINVOKE.switch_buffer_unlock(SWIGTYPE_p_switch_buffer.getCPtr(buffer));
        }
freeswitch