LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change properties of wma file

With LabVIEW, is there a way for me to programmatically change the properties of a wma file?  For example, for a given song name (Song1.wma), I want to be able to change the album title, track number, artist name, etc.
0 Kudos
Message 1 of 5
(5,443 Views)
You can use the Windows Media Player ActiveX interface...
0 Kudos
Message 2 of 5
(5,433 Views)

Are you talking about communicating with Window Media Player via ActiveX or is this an interface that is within Windows Media Player?

0 Kudos
Message 3 of 5
(5,429 Views)
It's the same thing, actually. Windows Media Player has an ActiveX interface so you can use it from LabVIEW. For instance, the "SetItemInfo" method will allow you to change certain attributes.
0 Kudos
Message 4 of 5
(5,423 Views)
Discussion moved to here.
0 Kudos
Message 5 of 5
(5,400 Views)