MediaStreamSource.MusicProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the music properties which are used for music-related metadata.
public:
property MusicProperties ^ MusicProperties { MusicProperties ^ get(); };
MusicProperties MusicProperties();
public MusicProperties MusicProperties { get; }
var musicProperties = mediaStreamSource.musicProperties;
Public ReadOnly Property MusicProperties As MusicProperties
Property Value
The music properties.
Remarks
MusicProperties is a music-oriented view of the MediaStreamSource properties.
Applications are allowed to modify the properties of MusicProperties at any time.
Applications should be aware that there is overlap with VideoProperties. A change to the MusicProperties may modify a similar property in the VideoProperties, and vice versa.