Macro AVIStreamNextKeyFrameTime (vfw.h)
La macro AVIStreamNextKeyFrameTime restituisce l'ora del fotogramma chiave successivo nel flusso, a partire da un determinato momento.
Sintassi
void AVIStreamNextKeyFrameTime(
pavi,
t
);
Parametri
pavi
Gestire in un flusso aperto.
t
Posizionare nel flusso per iniziare la ricerca.
Valore restituito
nessuno
Osservazioni
La ricerca eseguita da questa macro include il frame corrispondente all'ora specificata.
La macro AVIStreamNextKeyFrameTime è definita come segue:
#define AVIStreamNextKeyFrameTime(pavi, time) \
AVIStreamSampleToTime(pavi, \
AVIStreamNextKeyFrame(pavi, \
AVIStreamTimeToSample(pavi, time)))
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | vfw.h |