/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
plugins/mac-virtualcam/src/common/MachProtocol.h
17 строк
441 B
Anton Kesy
plugins: Fix typos
14 янв 2026, 21:47
14 янв 2026, 21:47
526c892
Код
Авторство
О чём код?
// // MachProtocol.m // obs-mac-virtualcam // // Created by John Boiles on 5/5/20. // #define MACH_SERVICE_NAME "com.obsproject.obs-mac-virtualcam.server" typedef enum { //! Initial connect message sent from the client to the server to initiate a connection MachMsgIdConnect = 1, //! Message containing data for a frame MachMsgIdFrame = 2, //! Indicates the server is going to stop sending frames MachMsgIdStop = 3, } MachMsgId;