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)

Syntax

Public ReadOnly Property MediaAttributes As IDictionary(Of MediaStreamAttributeKeys, String)
public IDictionary<MediaStreamAttributeKeys, string> MediaAttributes { get; }

Property Value

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

MediaStreamDescription Class

System.Windows.Media Namespace