Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.WAV property (RO) 
 
Type
[Visual Basic] 
Public Property WAV As EncodeWAV
 
[C#] 
public EncodeWAV WAV {get;}
 
[C++] 
public: __property EncodeWAV* get_WAV ();
 
This property is Read-only
 
 
Remarks
The object that gives access to WAV encoding. 
 
This property encapsulates the functionality of the EncodeWAV class. 
For further information about available encoding formats see the EncodeFormatsMan class.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents