AdaptiveMediaSourceDiagnosticAvailableEventArgs.DiagnosticType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the type of diagnostic that is associated with the event.
public:
property AdaptiveMediaSourceDiagnosticType DiagnosticType { AdaptiveMediaSourceDiagnosticType get(); };
AdaptiveMediaSourceDiagnosticType DiagnosticType();
public AdaptiveMediaSourceDiagnosticType DiagnosticType { get; }
var adaptiveMediaSourceDiagnosticType = adaptiveMediaSourceDiagnosticAvailableEventArgs.diagnosticType;
Public ReadOnly Property DiagnosticType As AdaptiveMediaSourceDiagnosticType
Property Value
A value indicating the type of diagnostic that is associated with the event.