From 73559cc6b3ac8fc0fa71783ccf8cfec5c9d20d77 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 18 四月 2024 18:19:27 +0800
Subject: [PATCH] 临时提交
---
src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java b/src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java
index 8d1b7f0..70d53bc 100644
--- a/src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java
+++ b/src/main/java/com/genersoft/iot/vmp/service/redisMsg/IRedisRpcService.java
@@ -6,16 +6,16 @@
public interface IRedisRpcService {
- SendRtpItem getSendRtpItem(SendRtpItem sendRtpItem);
+ SendRtpItem getSendRtpItem(String sendRtpItemKey);
- WVPResult startSendRtp(SendRtpItem sendRtpItem);
+ WVPResult startSendRtp(String sendRtpItemKey, SendRtpItem sendRtpItem);
- void waitePushStreamOnline(SendRtpItem sendRtpItem, CommonCallback<SendRtpItem> callback);
+ WVPResult stopSendRtp(String sendRtpItemKey);
- WVPResult stopSendRtp(SendRtpItem sendRtpItem);
+ void waitePushStreamOnline(SendRtpItem sendRtpItem, CommonCallback<String> callback);
- void stopWaitePushStreamOnline(SendRtpItem sendRtpItem);
+ void stopWaitePushStreamOnline(String sendRtpItemKey, SendRtpItem sendRtpItem);
- void rtpSendStopped(SendRtpItem sendRtpItem);
+ void rtpSendStopped(String sendRtpItemKey);
}
--
Gitblit v1.8.0