mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
MediaServer支持Android
This commit is contained in:
@@ -153,9 +153,9 @@ public:
|
||||
};
|
||||
public:
|
||||
RtmpPacket() = default;
|
||||
RtmpPacket(const RtmpPacket &that) = default;
|
||||
RtmpPacket &operator=(const RtmpPacket &that) = default;
|
||||
RtmpPacket &operator=(RtmpPacket &&that) = default;
|
||||
RtmpPacket(const RtmpPacket &that) = delete;
|
||||
RtmpPacket &operator=(const RtmpPacket &that) = delete;
|
||||
RtmpPacket &operator=(RtmpPacket &&that) = delete;
|
||||
|
||||
RtmpPacket(RtmpPacket &&that){
|
||||
typeId = that.typeId;
|
||||
|
||||
Reference in New Issue
Block a user