2019-12-18 11:47:49 +08:00
|
|
|
|
/*
|
2020-04-04 20:30:09 +08:00
|
|
|
|
* Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved.
|
2019-12-17 18:45:31 +08:00
|
|
|
|
*
|
|
|
|
|
* This file is part of ZLMediaKit(https://github.com/xiongziliang/ZLMediaKit).
|
|
|
|
|
*
|
2020-04-04 20:30:09 +08:00
|
|
|
|
* Use of this source code is governed by MIT license that can be found in the
|
|
|
|
|
* LICENSE file in the root of the source tree. All contributing project authors
|
|
|
|
|
* may be found in the AUTHORS file in the root of the source tree.
|
2019-12-17 18:45:31 +08:00
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef MK_API_H_
|
|
|
|
|
#define MK_API_H_
|
|
|
|
|
|
2019-12-27 10:10:31 +08:00
|
|
|
|
#include "mk_common.h"
|
|
|
|
|
#include "mk_httpclient.h"
|
|
|
|
|
#include "mk_media.h"
|
|
|
|
|
#include "mk_proxyplayer.h"
|
|
|
|
|
#include "mk_recorder.h"
|
|
|
|
|
#include "mk_player.h"
|
|
|
|
|
#include "mk_pusher.h"
|
|
|
|
|
#include "mk_events.h"
|
|
|
|
|
#include "mk_tcp.h"
|
|
|
|
|
#include "mk_util.h"
|
2019-12-27 10:47:01 +08:00
|
|
|
|
#include "mk_thread.h"
|
2019-12-17 18:45:31 +08:00
|
|
|
|
|
|
|
|
|
#endif /* MK_API_H_ */
|