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