AudioTrackOpenFailedEventArgs Class

Definition

Provides data for the OpenFailed event of an AudioTrack.

public ref class AudioTrackOpenFailedEventArgs 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 AudioTrackOpenFailedEventArgs 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 AudioTrackOpenFailedEventArgs
Public NotInheritable Class AudioTrackOpenFailedEventArgs
Inheritance
Object Platform::Object IInspectable AudioTrackOpenFailedEventArgs
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

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

Properties

ExtendedError

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

Applies to