Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
RecordedSound property (RO) 
 
Type
[Visual Basic] 
Public Property RecordedSound As RecordedSoundMan
 
[C#] 
public RecordedSoundMan RecordedSound {get;}
 
[C++] 
public: __property RecordedSoundMan* get_RecordedSound ();
 
This property is Read-only
 
 
Remarks
The RecordedSound object. 
This property encapsulates the functionality of the RecordedSound class.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents