临时提交
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.genersoft.iot.vmp.media.zlm.dto;
|
||||
|
||||
import com.genersoft.iot.vmp.gb28181.bean.SendRtpItem;
|
||||
|
||||
import java.text.ParseException;
|
||||
|
||||
/**
|
||||
@@ -7,5 +9,5 @@ import java.text.ParseException;
|
||||
*/
|
||||
public interface ChannelOnlineEvent {
|
||||
|
||||
void run(String app, String stream, String serverId) throws ParseException;
|
||||
void run(SendRtpItem sendRtpItem) throws ParseException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user