Overview
Group
Quick Info

AVIStreamIsKeyFrame

The AVIStreamIsKeyFrame macro indicates whether a sample in a specified stream is a key frame.

AVIStreamIsKeyFrame(

pavi,

lPos

);

Parameters

pavi

Handle of an open stream.

lPos

Position to search in the stream.

Return Values

Returns TRUE if the sample is a key frame or FALSE otherwise.

Remarks

The AVIStreamIsKeyFrame macro is defined as follows:

#define AVIStreamIsKeyFrame(pavi, lPos) \

(AVIStreamNearestKeyFrame(pavi, lPos) == 1)

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples