ScreenCapture 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓應用程式擷取裝置上所顯示內容的音訊和視訊。
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
- 繼承
- 屬性
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 |
當螢幕擷取的音訊或視訊暫停變更時引發。 |