
MacOS多媒体技术
介绍MacOS系统下的多媒体开发技术
爱技术爱生活
这个作者很懒,什么都没留下…
展开
-
mac os音频采集功能
mac下采集麦克风音频:#include <AudioUnit/AudioUnit.h>#include <CoreFoundation/CFString.h>#include <CoreAudio/CoreAudio.h>#include <unistd.h>#include <errno.h>#include <obs-module.h>#include <util/threading.h>#inc原创 2020-11-08 20:23:40 · 2450 阅读 · 2 评论 -
mac os 获取音频设备列表
最近在研究mac下音视频采集原理,首先需要的是枚举设备:#include <CoreFoundation/CFString.h>#include <CoreAudio/CoreAudio.h>#include <util/apple/cfstring-utils.h>#include "audio-device-enum.h"/* ugh, because mac has no means of capturing output, we have to原创 2020-11-08 12:10:19 · 3649 阅读 · 0 评论 -
webrtc-mac采集视频源码分析
mac采集视频底层源码分析,调用mac os摄像头采集接口:/* * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An a原创 2020-10-25 19:48:38 · 1478 阅读 · 2 评论