夏C++編程FFMpegSDK美顏直播推流實戰(zhàn)-基于qt5,opencv
? ? ? ?@Override
? ? ? ?public void run() {
? ? ? ? ? ?lock.lock();
? ? ? ? ? ?try {
? ? ? ? ? ? ? ?while (queue.size() >= MAX_QUEUE_SIZE) {
? ? ? ? ? ? ? ? ? ?queueEmpty.await();
? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?try {
? ? ? ? ? ? ? ? ? ?Thread.sleep(400);
? ? ? ? ? ? ? ?} catch (InterruptedException e) {
? ? ? ? ? ? ? ? ? ?Thread.currentThread().interrupt();
? ? ? ? ? ? ? ?}
? ? ? ? ? ? ? ?int value = new Random().nextInt(40);
標簽: