| | |
| | | @Schema(description = "产生源类型,包括 unknown = 0,rtmp_push=1,rtsp_push=2,rtp_push=3,pull=4,ffmpeg_pull=5,mp4_vod=6,device_chn=7") |
| | | private int originType; |
| | | |
| | | @Schema(description = "转码后的视频流") |
| | | private StreamInfo transcodeStream; |
| | | |
| | | public void setFlv(StreamURL flv) { |
| | | this.flv = flv; |
| | | } |
| | |
| | | this.transactionInfo = transactionInfo; |
| | | } |
| | | |
| | | public StreamInfo getTranscodeStream() { |
| | | return transcodeStream; |
| | | } |
| | | |
| | | public void setTranscodeStream(StreamInfo transcodeStream) { |
| | | this.transcodeStream = transcodeStream; |
| | | } |
| | | |
| | | @Override |
| | | public StreamInfo clone() { |
| | | StreamInfo instance = null; |