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

audio_buffer_header_t() private method

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

Same methods

audio_buffer_header_t::audio_buffer_header_t ( ) : System