Condividi tramite


Macro AVIStreamIsKeyFrame (vfw.h)

La macro AVIStreamIsKeyFrame indica se un esempio in un flusso specificato è un frame chiave.

Sintassi

void AVIStreamIsKeyFrame(
   pavi,
   l
);

Parametri

pavi

Gestire in un flusso aperto.

l

Posizione per la ricerca nel flusso.

Valore restituito

nessuno

Osservazioni

La macro AVIStreamIsKeyFrame è definita come segue:


#define AVIStreamIsKeyFrame(pavi, lPos) \ 
    (AVIStreamNearestKeyFrame(pavi, lPos) == 1) 

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

Vedi anche

Funzioni e macro AVIFile

Macro AVIFile