SourceSuspensionChangedEventArgs クラス

定義

オーディオまたはビデオのキャプチャが中断または再開されたときにトリガーされる SourceSuspensionChanged イベントに関する情報を提供します。

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

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)

注釈

ScreenCapture.SourceSuspensionChanged イベントを処理して、このクラスのインスタンスを取得します。

プロパティ

IsAudioSuspended

オーディオの画面キャプチャが現在中断されているかどうかを取得します。

IsVideoSuspended

オーディオの画面キャプチャが現在中断されているかどうかを取得します。

適用対象