FreeSWITCH.Native.switch_rtp_crypto_key.switch_rtp_crypto_key C# (CSharp) Method

switch_rtp_crypto_key() private method

private switch_rtp_crypto_key ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal switch_rtp_crypto_key(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

switch_rtp_crypto_key::switch_rtp_crypto_key ( ) : System