|
@@ -797,7 +797,8 @@ struct obs_source_info coreaudio_output_capture_info = {
|
|
.id = "coreaudio_output_capture",
|
|
.id = "coreaudio_output_capture",
|
|
.type = OBS_SOURCE_TYPE_INPUT,
|
|
.type = OBS_SOURCE_TYPE_INPUT,
|
|
.output_flags = OBS_SOURCE_AUDIO |
|
|
.output_flags = OBS_SOURCE_AUDIO |
|
|
- OBS_SOURCE_DO_NOT_DUPLICATE,
|
|
|
|
|
|
+ OBS_SOURCE_DO_NOT_DUPLICATE |
|
|
|
|
+ OBS_SOURCE_DO_NOT_MONITOR,
|
|
.get_name = coreaudio_output_getname,
|
|
.get_name = coreaudio_output_getname,
|
|
.create = coreaudio_create_output_capture,
|
|
.create = coreaudio_create_output_capture,
|
|
.destroy = coreaudio_destroy,
|
|
.destroy = coreaudio_destroy,
|