A bidirectional port combines two unidirectional ports into one bidirectional port.
More...
◆ pjmedia_bidirectional_port_create()
Create bidirectional port from two unidirectional ports
- Parameters
-
pool | Pool to allocate memory. |
get_port | Port where get_frame() will be directed to. |
put_port | Port where put_frame() will be directed to. |
p_port | Pointer to receive the port instance. |
- Returns
- PJ_SUCCESS on success.
References PJ_END_DECL.