|
AVIMakeFileFromStreams
The AVIMakeFileFromStreams function constructs an AVIFile interface pointer from separate streams.
STDAPI AVIMakeFileFromStreams(
PAVIFILE * ppfile,
|
| int nStreams,
|
| PAVISTREAM * papStreams
|
| );
|
|
Parameters
ppfile
Address to contain the new file interface pointer.
nStreams
Count of the number of streams in the array of stream interface pointers
referenced by papStreams.
papStreams
Address of an array of stream interface pointers.
Return Values
Returns zero if successful or an error otherwise.
Remarks
Use the AVIFileRelease function to close the file.
Other functions can use the AVIFile interface created by this function to copy
and edit the streams associated with the interface. For example, you can
retrieve a specific stream by using AVIFileGetStream with the file interface pointer.
See Also
AVIFileRelease, AVIFileGetStream
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
|