Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The AVIStreamLengthTime macro returns the length of a stream in time.
Syntax
LONG AVIStreamLengthTime(
pavi
);
Parameters
pavi
Handle to an open stream.
Return value
Type: LONG
Returns the time if successful or –1 otherwise.
Remarks
The AVIStreamLengthTime macro is defined as follows:
#define AVIStreamLengthTime(pavi) \
AVIStreamSampleToTime(pavi, AVIStreamLength(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 |