共用方式為


ScreenCapture 類別

定義

可讓應用程式擷取裝置上所顯示內容的音訊和視訊。

public ref class ScreenCapture sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScreenCapture final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScreenCapture
Public NotInheritable Class ScreenCapture
繼承
Object Platform::Object IInspectable ScreenCapture
屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Phone.PhoneContract (已於 v1.0 引進)

備註

重要

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

屬性

AudioSource

取得用於螢幕擷取的音訊來源。

IsAudioSuspended

取得音訊的螢幕擷取目前是否暫停。

IsVideoSuspended

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

VideoSource

取得用於螢幕擷取的視訊來源。

方法

GetForCurrentView()

取得與應用程式目前檢視相關聯的 ScreenCapture 物件。

事件

SourceSuspensionChanged

當螢幕擷取的音訊或視訊暫停變更時引發。

適用於