|
Reading from a File
You can retrieve information about an open file by using the AVIFileInfo function. This function fills the AVIFILEINFO structure with such information as the maximum data rate, the number of
streams in the file, whether the file uses an index, and whether the file is
copyrighted.
To retrieve supplementary information in an AVI file, use the AVIFileReadData function. Supplementary information is applicable to the entire file and is
not included in the normal file headers. For example, the name of the company or
person who holds the copyrights of a file could be supplementary information.
Supplementary information does not adhere to a specific format; it can be file
specific. AVIFileReadData returns the supplementary information in an application-supplied buffer.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|