MediaStreamSource.ReportOpenMediaCompleted Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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
'Declaration
Protected Sub ReportOpenMediaCompleted ( _
mediaStreamAttributes As IDictionary(Of MediaSourceAttributesKeys, String), _
availableMediaStreams As IEnumerable(Of MediaStreamDescription) _
)
protected void ReportOpenMediaCompleted(
IDictionary<MediaSourceAttributesKeys, string> mediaStreamAttributes,
IEnumerable<MediaStreamDescription> availableMediaStreams
)
Parameters
- mediaStreamAttributes
Type: System.Collections.Generic.IDictionary<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<MediaStreamDescription>
A description of each audio and video stream contained within the content.
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.