From 0446cfe0aacfeda3b8e1cb6645dbd022285de53b Mon Sep 17 00:00:00 2001 From: zztkm Date: Thu, 3 Oct 2024 10:05:21 +0900 Subject: [PATCH] =?UTF-8?q?debug=20=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sora/VideoView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sora/VideoView.swift b/Sora/VideoView.swift index 8bf41a51..3247da2f 100644 --- a/Sora/VideoView.swift +++ b/Sora/VideoView.swift @@ -193,8 +193,9 @@ public class VideoView: UIView { 描画の停止中は ``render(videoFrame:)`` が実行されません。 */ public func stop() { - print("call stop") + print("kensaku: call stop") isRendering = false + print("kensaku: isRendering is now \(isRendering)") } // MARK: - デバッグモード