程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Webrtc native M96 encoding specification Wizard (c++ C Python Java OC GN)

編輯:Python

WebRTC coding style guide

https://webrtc.googlesource.com/src.git/+/17071682f7fa70589e194b5882b43c611d055c74/style-guide.md

C++

WebRTC follow Chromium and Google C++ type Code specification of , If the two conflict , Please refer to Chromium Code specification of .
《Chromium C++ style guide》
《Google C++ Style Guide》

C++ edition

WebRTC Use C++11:

  • We are only allowed to use Chromium Use in C++11( Languages and Libraries ) Subset
  • We are only allowed to use C++11 Available in the , And then C++14 Also available in ; Otherwise, the user will C++14 Cannot compile successfully in

.h and .cc Files should appear in pairs

.h and .cc Appear in pairs , And use the same name , In the same folder , Under the same construction goal .

  • If path/to/foo.h Declaration in a .cc There is a definition in the document , Then it should be pat

  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved