编码线 meaning in English
coding line
line of codes
line of coding
Examples
- Application program mainly contains a multi - thread program , including main control thread , preview thread and encoding thread . main control thread initializes encoder end system and deals with control message delivered from user interface ; preview thread reads preview data and displays it on the screen by the way of user ’ s request ; encoding thread reads encoded data and transfers it to server process . according to user ’ s requirement , server saves the encoded data or transfers it to client by network
主控制线程实现整个编码端系统的初始化和处理用户界面传下来的控制信息;预览线程从编码系统读取预览数据并按照用户界面传下来的要求在屏幕上显示预览视频;编码线程从编码系统读取编码数据并把数据转发给服务器进程,由服务器进程实现数据的录象存盘或通过网络向远程客户端传输。