AdaptiveMediaSourceDiagnostics Klasse

Definition

Stellt ein Ereignis bereit, das ausgelöst wird, wenn Diagnoseinformationen zur adaptiven Medienquelle verfügbar sind.

public ref class AdaptiveMediaSourceDiagnostics sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AdaptiveMediaSourceDiagnostics final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AdaptiveMediaSourceDiagnostics
Public NotInheritable Class AdaptiveMediaSourceDiagnostics
Vererbung
Object Platform::Object IInspectable AdaptiveMediaSourceDiagnostics
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie auf die Diagnostics-Eigenschaft einer AdaptiveMediaSource zugreifen.

Die von dieser Klasse bereitgestellten Diagnose sind nicht dazu bestimmt, das Verhalten einer App zur Laufzeit zu ändern. Stattdessen werden diese bereitgestellt, um die Telemetriesammlung zu aktivieren.

Ereignisse

DiagnosticAvailable

Tritt auf, wenn Diagnoseinformationen zur adaptiven Medienquelle verfügbar sind.

Gilt für:

Weitere Informationen