Windows Media Encoder SDK banner art
PreviousNext

Reading Encoder Properties

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)
PreviousNext

© 1999 Microsoft Corporation. All rights reserved.