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

switch_core_session_get_stream_count() public static method

public static switch_core_session_get_stream_count ( SWIGTYPE_p_switch_core_session session ) : int
session SWIGTYPE_p_switch_core_session
return int
        public static int switch_core_session_get_stream_count(SWIGTYPE_p_switch_core_session session)
        {
            int ret = freeswitchPINVOKE.switch_core_session_get_stream_count(SWIGTYPE_p_switch_core_session.getCPtr(session));
            return ret;
        }
freeswitch