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 で導入)
|
注釈
重要
ScreenCapture 機能は、Windows Phone 8.1 を実行しているモバイル デバイスでのみサポートされています。 この API は、Windows 10ではサポートされていません。
プロパティ
AudioSource |
画面キャプチャに使用されるオーディオ ソースを取得します。 |
IsAudioSuspended |
オーディオの画面キャプチャが現在中断されているかどうかを取得します。 |
IsVideoSuspended |
ビデオの画面キャプチャが現在中断されているかどうかを取得します。 |
VideoSource |
画面キャプチャに使用されるビデオ ソースを取得します。 |
メソッド
GetForCurrentView() |
アプリの現在のビューに関連付けられている ScreenCapture オブジェクトを取得します。 |
イベント
SourceSuspensionChanged |
画面キャプチャされたオーディオまたはビデオの中断が変更されたときに発生します。 |