Macro AVIStreamLengthTime (vfw.h)
La macro AVIStreamLengthTime retourne la longueur d’un flux dans le temps.
Syntaxe
void AVIStreamLengthTime(
pavi
);
Paramètres
pavi
Gérer vers un flux ouvert.
Valeur de retour
None
Remarques
La macro AVIStreamLengthTime est définie comme suit :
#define AVIStreamLengthTime(pavi) \
AVIStreamSampleToTime(pavi, AVIStreamLength(pavi))
Configuration requise
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | vfw.h |