MediaStreamSample.Attributes 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 describing to the MediaElement and media pipeline how to render this sample.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public ReadOnly Property Attributes As IDictionary(Of MediaSampleAttributeKeys, String)
Property Value
Type: System.Collections.Generic.IDictionary(Of MediaSampleAttributeKeys, String)A collection of attributes describing to the MediaElement and media pipeline how to render this sample. The default value is Empty IDictionary<MediaSampleAttributeKeys, string>
Show: