648540858
2022-05-06 5d901b5e3f033e8b04e53420d68626cbd87431c8
src/main/java/com/genersoft/iot/vmp/gb28181/bean/SendRtpItem.java
@@ -77,9 +77,9 @@
    private String CallId;
    /**
     * 是否是play, false是playback
     * 播放类型
     */
    private boolean isPlay;
    private InviteStreamType playType;
    private byte[] transaction;
@@ -197,12 +197,12 @@
        CallId = callId;
    }
    public boolean isPlay() {
        return isPlay;
    public InviteStreamType getPlayType() {
        return playType;
    }
    public void setPlay(boolean play) {
        isPlay = play;
    public void setPlayType(InviteStreamType playType) {
        this.playType = playType;
    }
    public byte[] getTransaction() {