All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.xingshuangs.iot.protocol.rtsp.model.sdp.RtspSdpEchoTime Maven / Gradle / Ivy

package com.github.xingshuangs.iot.protocol.rtsp.model.sdp;


import lombok.Data;

/**
 * 重复时间
 *
 * @author xingshuang
 */
@Data
public class RtspSdpEchoTime {

    /**
     * 重复间隔
     */
    private Integer echoInterval;

    /**
     * 持续时长
     */
    private Integer duringTime;

    /**
     * 相对起始时间的偏移链表
     */
    private Integer offset;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy