| | |
| | | import gov.nist.javax.sip.stack.SIPDialog;
|
| | |
|
| | | import javax.sip.Dialog;
|
| | | import javax.sip.InvalidArgumentException;
|
| | | import javax.sip.SipException;
|
| | | import java.text.ParseException;
|
| | |
|
| | |
| | | */
|
| | | void streamByeCmd(String deviceId, String channelId, String stream, String callId, SipSubscribe.Event okEvent);
|
| | | void streamByeCmd(String deviceId, String channelId, String stream, String callId);
|
| | | void streamByeCmd(SIPDialog dialog, SIPRequest request, SipSubscribe.Event okEvent) throws SipException, ParseException;
|
| | | void streamByeCmd(SIPDialog dialog, String channelId, SIPRequest request, SipSubscribe.Event okEvent) throws SipException, ParseException, InvalidArgumentException;
|
| | |
|
| | | /**
|
| | | * 回放暂停
|
| | |
| | | * 回放倍速播放
|
| | | */
|
| | | void playSpeedCmd(Device device, StreamInfo streamInfo, Double speed);
|
| | | |
| | | /**
|
| | | * 回放控制
|
| | | * @param device
|
| | | * @param streamInfo
|
| | | * @param content
|
| | | */
|
| | | void playbackControlCmd(Device device, StreamInfo streamInfo, String content,SipSubscribe.Event errorEvent, SipSubscribe.Event okEvent);
|
| | |
|
| | |
|
| | | /**
|