ScreenCaptureSession on tvOS

This commit is contained in:
shogo4405 2022-12-05 16:18:27 +09:00
parent 7b658fbe37
commit 787df41f0a
2 changed files with 2 additions and 2 deletions

View File

@ -1349,7 +1349,6 @@
299F7E3A1CD71A97001E7272 /* Info.plist */,
29D3D4CE1ED04C4C00DD4AA6 /* IOVideoUnit+Extension.swift */,
29D3D4D01ED04D1200DD4AA6 /* NetStream+Extension.swift */,
299B131C1D35272D00A1E8F5 /* ScreenCaptureSession.swift */,
);
path = iOS;
sourceTree = "<group>";
@ -1380,6 +1379,7 @@
BC110256292E661E00D48035 /* MultiCamCaptureSetting.swift */,
BC34FA0A286CB90A00EFAF27 /* PiPHKView.swift */,
295891001EEB7A8B00CE51E1 /* ScalingMode.swift */,
299B131C1D35272D00A1E8F5 /* ScreenCaptureSession.swift */,
29B8768D1CD70AFE00FC07DA /* SoundTransform.swift */,
29B8768F1CD70AFE00FC07DA /* VideoEffect.swift */,
);

View File

@ -1,4 +1,4 @@
#if os(iOS)
#if os(iOS) || os(tvOS)
import AVFoundation
import CoreImage