|
AVIStreamSampleToSample
The AVIStreamSampleToSample macro returns the sample in a stream that occurs at the same time as a sample
that occurs in a second stream.
AVIStreamSampleToSample(
Parameters
pavi1
Handle of an open stream that contains the sample that is returned.
pavi2
Handle of a second stream that contains the reference sample.
lSample
Position information of the sample in the stream referenced by pavi2.
Return Values
Returns the sample if successful or 1 otherwise.
Remarks
The AVIStreamSampleToSample macro is defined as follows:
#define AVIStreamSampleToSample(pavi1, pavi2, lsample) \
AVIStreamTimeToSample(pavi1, AVIStreamSampleToTime \
(pavi2, lsample))
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
|