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

Stream() public method

public Stream ( switch_stream_handle arg0 ) : System
arg0 switch_stream_handle
return System
        public Stream(switch_stream_handle arg0)
            : this(freeswitchPINVOKE.new_Stream__SWIG_1(switch_stream_handle.getCPtr(arg0)), true)
        {
        }

Same methods

Stream::Stream ( ) : System
Stream::Stream ( IntPtr cPtr, bool cMemoryOwn ) : System