You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
266 B

2 years ago
1 year ago
1 year ago
1 year ago
  1. # libxsync
  2. ```
  3. TimecodeInputModule_XXXXX --> ExternalTimecode_XXXXX
  4. GenlockInputModule_XXXXX --> ExternalGenlock_XXXXX
  5. XXXXFreq(uint32_t freq) --> XXXXFreq(float freq)
  6. Xsync --> IXsync
  7. 删除 connect,disconnect, 添加方法 changeXsyncIp
  8. ```