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.
Assembly: System.Windows (in System.Windows.dll)
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>.
Show: