Previous | Next |
To read a property, load a configuration file (by using LoadASD) into Windows Media Encoder. For example, to read the Description property, use the following code to display the description of the Windows Media Encoder session in a message box:
MsgBox (Encoder.Description)
Previous | Next |