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