rtspstack
Class RtspRtpInfoHdr
- class RtspRtpInfoHdr
Grammer for Rtp-info header:
RTP-Info = "RTP-Info" ":" 1#stream-url 1*parameter
stream-url = "url" "=" url
parameter = ";" "seq" "=" 1*DIGIT
| ";" "rtptime" "=" 1*DIGIT
Example:
RTP-Info: url=rtsp://foo.com/bar.avi/streamid=0;seq=45102,
url=rtsp://foo.com/bar.avi/streamid=1;seq=30211
myRtptime
public int myRtptime
mySeq
public int mySeq
RtspRtpInfoHdr
public RtspRtpInfoHdr()
RtspRtpInfoHdr
public RtspRtpInfoHdr(Data & url)
RtspRtpInfoHdr
public RtspRtpInfoHdr(const RtspRtpInfoHdr & x)
~RtspRtpInfoHdr
public ~RtspRtpInfoHdr()
encode
public Data encode()
getUrl
public const const Data & getUrl()
operator=
public RtspRtpInfoHdr & operator=(const RtspRtpInfoHdr & x)
setUrl
public void setUrl(const Data & url)