AudioTrackOpenFailedEventArgs AudioTrackOpenFailedEventArgs AudioTrackOpenFailedEventArgs AudioTrackOpenFailedEventArgs Class

Definition

Provides data for the OpenFailed event of an AudioTrack.

public : sealed class AudioTrackOpenFailedEventArgs : IAudioTrackOpenFailedEventArgspublic sealed class AudioTrackOpenFailedEventArgs : IAudioTrackOpenFailedEventArgsPublic NotInheritable Class AudioTrackOpenFailedEventArgs Implements IAudioTrackOpenFailedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Get an instance of this class by handling the OpenFailed event of an AudioTrack.

Properties

ExtendedError ExtendedError ExtendedError ExtendedError

Gets the extended error code for an error that occurs when opening an AudioTrack.

public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
Value
HResult Exception Exception Exception

The extended error code for an error that occurs when opening an AudioTrack.