I'm a new user of the gfl library, and I have a question about video files.
When I use the method:
Code: Select all
gflFormatIsSupported(filepath);
and when just after I use the method:
Code: Select all
gflGetFileInformation(filepath, -1, ref fileInfo);
the GFL_FILE_INFORMATION structure is empty!
Could you tell me how to get the file info for a video file, and later how to load it in order to play it. It's possible, isn't it?
Thxs