I have this component that pumps out 29 bitmaps a second and I am considering using Asphyre for displaying them.

So what I need to know is if I can draw a Bitmap using Asphyre or load the bitmap into one of Asphyre's TAsphyreImages or something so I can then display them.

Note: I do not know what the images are ahead of time. They are produced at run-time by the users selecting a video to play.

Thanks for any help you provide.