MediaStreamSource.ReportSwitchMediaStreamCompleted Method
Silverlight
Developers call this method in response to SwitchMediaStreamAsync to inform the MediaElement that the MediaStreamSource has completed the requested stream switch and that samples returned will now be from the requested stream instead of the original stream. Note, that this is meant for the multiple audio stream case, for example language tracks, and not the adaptive streaming case.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
protected void ReportSwitchMediaStreamCompleted( MediaStreamDescription mediaStreamDescription )
Parameters
- mediaStreamDescription
- Type: System.Windows.Media.MediaStreamDescription
The description of the stream actually switched to. This should be the same stream as what was requested by SwitchMediaStreamAsync.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.