|
C++ SIP Stack
0.31
|
RTP 정보 저장 클래스 더 자세히 ...
Serializable를(을) 상속했습니다.
Public 속성 | |
| final int | E_RTP_SEND_RECV = 0 |
| final int | E_RTP_SEND = 1 |
| final int | E_RTP_RECV = 2 |
| final int | E_RTP_INACTIVE = 3 |
| String | m_strIp |
| IP 주소 | |
| int | m_iPort |
| 포트 번호 | |
| int | m_iCodec = 0 |
| 선택된 코덱 번호 | |
| int | m_iDirection = 0 |
| 전송/수신 | |
RTP 정보 저장 클래스
| final int com.cppsipstack.SipCallRtp.E_RTP_INACTIVE = 3 |
| final int com.cppsipstack.SipCallRtp.E_RTP_RECV = 2 |
| final int com.cppsipstack.SipCallRtp.E_RTP_SEND = 1 |
| final int com.cppsipstack.SipCallRtp.E_RTP_SEND_RECV = 0 |
| int com.cppsipstack.SipCallRtp.m_iCodec = 0 |
선택된 코덱 번호
| int com.cppsipstack.SipCallRtp.m_iDirection = 0 |
전송/수신
| int com.cppsipstack.SipCallRtp.m_iPort |
포트 번호
| String com.cppsipstack.SipCallRtp.m_strIp |
IP 주소
1.8.1.2