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

switch_ivr_digit_stream_new() public static method

public static switch_ivr_digit_stream_new ( SWIGTYPE_p_switch_ivr_digit_stream_parser parser, SWIGTYPE_p_p_switch_ivr_digit_stream stream ) : switch_status_t
parser SWIGTYPE_p_switch_ivr_digit_stream_parser
stream SWIGTYPE_p_p_switch_ivr_digit_stream
return switch_status_t
        public static switch_status_t switch_ivr_digit_stream_new(SWIGTYPE_p_switch_ivr_digit_stream_parser parser, SWIGTYPE_p_p_switch_ivr_digit_stream stream)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_digit_stream_new(SWIGTYPE_p_switch_ivr_digit_stream_parser.getCPtr(parser), SWIGTYPE_p_p_switch_ivr_digit_stream.getCPtr(stream));
            return ret;
        }
freeswitch