648540858
2024-05-29 764d04b497356ba6bcbb75fd42b51eca750f7223
src/main/java/com/genersoft/iot/vmp/gb28181/bean/SsrcTransaction.java
old mode 100644 new mode 100755
@@ -1,6 +1,6 @@
package com.genersoft.iot.vmp.gb28181.bean;
import com.genersoft.iot.vmp.gb28181.session.VideoStreamSessionManager;
import com.genersoft.iot.vmp.common.InviteSessionType;
public class SsrcTransaction {
@@ -13,7 +13,7 @@
    private SipTransactionInfo sipTransactionInfo;
    private VideoStreamSessionManager.SessionType type;
    private InviteSessionType type;
    public String getDeviceId() {
        return deviceId;
@@ -63,11 +63,11 @@
        this.ssrc = ssrc;
    }
    public VideoStreamSessionManager.SessionType getType() {
    public InviteSessionType getType() {
        return type;
    }
    public void setType(VideoStreamSessionManager.SessionType type) {
    public void setType(InviteSessionType type) {
        this.type = type;
    }