.NET Framework Class Library for Silverlight
MediaStreamSource.ReportOpenMediaCompleted Method
Developers call this method in response to OpenMediaAsync to inform the MediaElement that the MediaStreamSource has been opened and to supply information about the streams it contains.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
Visual Basic (Declaration)
Protected Sub ReportOpenMediaCompleted ( _ mediaStreamAttributes As IDictionary(Of MediaSourceAttributesKeys, String), _ availableMediaStreams As IEnumerable(Of MediaStreamDescription) _ )
C#
protected void ReportOpenMediaCompleted( IDictionary<MediaSourceAttributesKeys, string> mediaStreamAttributes, IEnumerable<MediaStreamDescription> availableMediaStreams )
Parameters
- mediaStreamAttributes
- Type: System.Collections.Generic.IDictionary(Of MediaSourceAttributesKeys, String)
A collection of attributes describing features of the entire media source. Currently supported attributes are listed in the MediaSourceAttributesKeys.
- availableMediaStreams
- Type: System.Collections.Generic.IEnumerable(Of MediaStreamDescription)
A description of each audio and video stream contained within the content.
Version Information
Silverlight
Supported in: 5, 4, 3Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also
