VideoTrackOpenFailedEventArgs クラス

定義

VideoTrackOpenFailed イベントのデータを提供します。

public ref class VideoTrackOpenFailedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoTrackOpenFailedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoTrackOpenFailedEventArgs
Public NotInheritable Class VideoTrackOpenFailedEventArgs
継承
Object Platform::Object IInspectable VideoTrackOpenFailedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

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

プロパティ

ExtendedError

VideoTrack を開くときに発生するエラーの拡張エラー コードを取得します。

適用対象