MediaStreamSource.ReportGetDiagnosticCompleted Method
Silverlight
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)
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.