Macro AVIStreamLengthTime (vfw.h)
La macro AVIStreamLengthTime restituisce la lunghezza di un flusso nel tempo.
Sintassi
void AVIStreamLengthTime(
pavi
);
Parametri
pavi
Gestire in un flusso aperto.
Valore restituito
nessuno
Osservazioni
La macro AVIStreamLengthTime è definita come segue:
#define AVIStreamLengthTime(pavi) \
AVIStreamSampleToTime(pavi, AVIStreamLength(pavi))
Requisiti
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 |