MediaAttributes Property
Collapse the table of content
Expand the table of content

MediaStreamDescription.MediaAttributes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a collection of attributes about the media stream. This collection only contains attributes that are used to initialize the media pipeline and the MediaElement.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

public IDictionary<MediaStreamAttributeKeys, string> MediaAttributes { get; }

Property Value

Type: System.Collections.Generic.IDictionary<MediaStreamAttributeKeys, String>
A collection of attributes about the media stream. The default value is Empty IDictionary<MediaStreamAttributeKeys, string>.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft