Macro AVIStreamNextKeyFrameTime (vfw.h)
La macro AVIStreamNextKeyFrameTime retourne l’heure de l’image clé suivante dans le flux, en commençant à un moment donné.
Syntaxe
void AVIStreamNextKeyFrameTime(
pavi,
t
);
Paramètres
pavi
Gérer dans un flux ouvert.
t
Position dans le flux pour commencer la recherche.
Valeur de retour
None
Remarques
La recherche effectuée par cette macro inclut la trame qui correspond à l’heure spécifiée.
La macro AVIStreamNextKeyFrameTime est définie comme suit :
#define AVIStreamNextKeyFrameTime(pavi, time) \
AVIStreamSampleToTime(pavi, \
AVIStreamNextKeyFrame(pavi, \
AVIStreamTimeToSample(pavi, time)))
Configuration requise
Condition requise | Valeur |
---|---|
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 |