Function switch_core_session_add_stream

Source
pub unsafe extern "C" fn switch_core_session_add_stream(
    session: *mut switch_core_session_t,
    private_info: *mut c_void,
) -> c_int
Expand description

\brief Add a logical stream to a session \param session the session to add the stream to \param private_info an optional pointer to private data for the new stream \return the stream id of the new stream