共用方式為


ScreenCapture.IsVideoSuspended 屬性

定義

取得影片的螢幕擷取目前是否暫停。

public:
 property bool IsVideoSuspended { bool get(); };
bool IsVideoSuspended();
public bool IsVideoSuspended { get; }
var boolean = screenCapture.isVideoSuspended;
Public ReadOnly Property IsVideoSuspended As Boolean

屬性值

Boolean

bool

影片的螢幕擷取目前是否暫停。

備註

重要

只有執行 Windows Phone 8.1 的行動裝置才支援ScreenCapture功能。 Windows 10不支援此 API。

螢幕擷取期間的視訊錄製會在受保護的內容如來電通知等受保護內容顯示在螢幕上。 您可以在開始螢幕擷取之前檢查此屬性,也可以處理 SourceSuspensionChanged 事件,以在錄製時暫停視訊時收到通知。

適用於