AVIStreamEndTime macro (vfw.h)
The AVIStreamEndTime macro returns the time representing the end of the stream.
Syntax
void AVIStreamEndTime(
pavi
);
Parameters
pavi
Handle to an open stream.
Return value
None
Remarks
The AVIStreamEndTime macro is defined as follows:
#define AVIStreamEndTime(pavi) \
AVIStreamSampleToTime(pavi, AVIStreamEnd(pavi))
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 |