Search found 1 match

by me02
Wed Apr 04, 2007 2:16 pm
Forum: Multimedia
Topic: Direct access to an objects memory
Replies: 1
Views: 4795

Direct access to an objects memory

Newbie question: Is it possible to do something akin to the following? open file fName for binary read read from file fName until EOF put it into rawData close file fName -- manipulate rawData here... put rawData into Sound1 play audioClip Sound1 I know I can write the entire file back to disk and t...