Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AVIStreamNextSampleTime macro returns the time that a sample changes to the next sample in the stream. This macro finds the next interesting time in a stream.
Syntax
LONG AVIStreamNextSampleTime(
pavi,
t
);
Parameters
pavi
Handle to an open stream.
t
Position information of the sample in the stream.
Return value
Type: LONG
Returns the time if successful or –1 otherwise.
Remarks
The AVIStreamNextSampleTime macro is defined as follows:
#define AVIStreamNextSampleTime(pavi, t) \
AVIStreamSampleToTime(pavi, \
AVIStreamNextSample(pavi, \
AVIStreamTimeToSample(pavi, t)))
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | vfw.h |