|
IAVIFile
The IAVIFile interface supports opening and manipulating files and file headers, and
creating and obtaining stream interfaces. Uses IUnknown::QueryInterface, IUnknown::AddRef, and IUnknown::Release in addition to the following custom methods:
Method
| Description
| CreateStream
| Creates a stream for writing.
| EndRecord
| Writes the "REC" chunk in a tightly interleaved AVI file.
| GetStream
| Opens a stream by accessing it in a file.
| Info
| Fills and returns an AVIFILEINFO structure with information about a file.
| Open
| Initializes a file handler.
| ReadData
| Reads file headers data, format data, or nonaudio and nonvideo data.
| WriteData
| Writes file headers data, format data, or nonaudio and nonvideo data.
|
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|