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