示例#1
0
void JobUnlockDubber() {
	g_VDJobQueue.SetBlocked(false);
}
示例#2
0
void JobLockDubber() {
	g_VDJobQueue.SetBlocked(true);
}