|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.siprop.stack.rtp.impl.RTPUAModule
public class RTPUAModule
RTP用のUAモジュールクラス
通常のUAモジュール内から、呼び出されることを想定している。
RTPに関するクラスは、速度の問題上、B2BUAやStackを介さない特別な経路で動作している。
フィールドの概要 | |
---|---|
static int |
TYPE_RTCP
|
static int |
TYPE_RTP
|
コンストラクタの概要 | |
---|---|
RTPUAModule(MessageContext msg,
RTPForwarder fwd)
コンストラクタ |
メソッドの概要 | |
---|---|
void |
close()
クローズする。 |
java.lang.String |
getCodecDesc()
コーデックの種類を取得する。 |
java.lang.String |
getUniKey()
識別キーを取得する。 |
byte[] |
receive(int type)
受信する。 |
int |
send(byte[] buffer,
int type)
送信する。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int TYPE_RTP
public static final int TYPE_RTCP
コンストラクタの詳細 |
---|
public RTPUAModule(MessageContext msg, RTPForwarder fwd)
msg
- fwd
- メソッドの詳細 |
---|
public void close()
public java.lang.String getCodecDesc()
public java.lang.String getUniKey()
public byte[] receive(int type)
type
-
public int send(byte[] buffer, int type) throws java.io.IOException
buffer
- type
-
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |