MediaStreamSource.ReportGetDiagnosticCompleted Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Developers call this method, in response to GetDiagnosticAsync, to pass the requested diagnostic information to the MediaElement.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Protected Sub ReportGetDiagnosticCompleted ( _
diagnosticKind As MediaStreamSourceDiagnosticKind, _
diagnosticValue As Long _
)
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.
Remarks
Platform Notes
Silverlight for Windows Phone
This method is not implemented in Silverlight for Windows Phone.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.