No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

32 líneas
841B

  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. #ifndef MK_API_H_
  11. #define MK_API_H_
  12. #include "mk_common.h"
  13. #include "mk_httpclient.h"
  14. #include "mk_media.h"
  15. #include "mk_proxyplayer.h"
  16. #include "mk_recorder.h"
  17. #include "mk_player.h"
  18. #include "mk_pusher.h"
  19. #include "mk_events.h"
  20. #include "mk_tcp.h"
  21. #include "mk_util.h"
  22. #include "mk_thread.h"
  23. #include "mk_rtp_server.h"
  24. #include "mk_h264_splitter.h"
  25. #include "mk_frame.h"
  26. #include "mk_track.h"
  27. #include "mk_transcode.h"
  28. #endif /* MK_API_H_ */