MediaStreamSource.ReportGetDiagnosticCompleted Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Developers call this method, in response to GetDiagnosticAsync, to pass the requested diagnostic information to the MediaElement.
Assembly: System.Windows (in System.Windows.dll)
protected void ReportGetDiagnosticCompleted( MediaStreamSourceDiagnosticKind diagnosticKind, long diagnosticValue )
Parameters
- diagnosticKind
- Type: System.Windows.Media.MediaStreamSourceDiagnosticKind
The type of diagnostic that you are returning a value for.
- diagnosticValue
- Type: System.Int64
The value associated with the diagnostics that was returned.
Show: