|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.javax.sdp.SdpEncoderImpl
public class SdpEncoderImpl
Implementation of SDP encoder.
| コンストラクタの概要 | |
|---|---|
SdpEncoderImpl()
Creates new SdpEncoderImpl |
|
| メソッドの概要 | |
|---|---|
void |
output(javax.sdp.SessionDescription sd,
java.io.OutputStream out)
Write the specified SessionDescription to the output stream using the current settings. |
void |
setEncoding(java.lang.String enc)
Specifies the character set to be used to display the session name and information data. |
void |
setRtpmapAttribute(boolean flag)
Specifies whether to generate "a=rtpmap:" attributes for static RTP/AVP format strings. |
void |
setTypedTime(boolean flag)
Specifies whether to try to write "typed-time" fields instead of raw integer values. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SdpEncoderImpl()
| メソッドの詳細 |
|---|
public void setEncoding(java.lang.String enc)
throws java.io.UnsupportedEncodingException
enc - enc - name of character encoding to use for session name and
information data
java.io.UnsupportedEncodingException - if the named encoding is not supportedpublic void setTypedTime(boolean flag)
flag - if true this Outputter should emit "typed" time specs in preference to
untyped times.public void setRtpmapAttribute(boolean flag)
flag - if true "a=rtpmap:" attributes are generated for all "RTP/AVP" formats
public void output(javax.sdp.SessionDescription sd,
java.io.OutputStream out)
throws java.io.IOException
sd - SessionDescription to serializeout - OutputStream to write serialized SessionDescription to
java.io.IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||