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