Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
IsWmaAvailable method 
 
Remarks 
 
Tells if the Microsoft Windows Media Format modules, needed for encoding WMA files, are available inside the system. 
 
 
Syntax 
 
[Visual Basic] 
Public Function IsWmaAvailable
) as Boolean
 
[C#] 
public bool IsWmaAvailable (  
);
 
[C++] 
public: bool IsWmaAvailable
);
 
 
 
Return value 
 
Value
Meaning
 
 
false
WMA is not available
true
WMA is available
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents