Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Silverlight
 ReportOpenMediaCompleted Method
Collapse All/Expand All Collapse All
.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)
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.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker