1 /* 2 * Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved. 3 * 4 * This file is part of ZLMediaKit(https://github.com/xia-chu/ZLMediaKit). 5 * 6 * Use of this source code is governed by MIT license that can be found in the 7 * LICENSE file in the root of the source tree. All contributing project authors 8 * may be found in the AUTHORS file in the root of the source tree. 9 */ 10 11 #ifndef MK_API_H_ 12 #define MK_API_H_ 13 14 #include "mk_common.h" 15 #include "mk_httpclient.h" 16 #include "mk_media.h" 17 #include "mk_proxyplayer.h" 18 #include "mk_recorder.h" 19 #include "mk_player.h" 20 #include "mk_pusher.h" 21 #include "mk_events.h" 22 #include "mk_tcp.h" 23 #include "mk_util.h" 24 #include "mk_thread.h" 25 #include "mk_rtp_server.h" 26 #include "mk_h264_splitter.h" 27 #include "mk_frame.h" 28 #include "mk_track.h" 29 #include "mk_transcode.h" 30 31 #endif /* MK_API_H_ */ 32