AVIFile API

E724347

The AVIFile API is a Windows multimedia programming interface that allows applications to create, read, and manipulate AVI video files.

All labels observed (9)

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Windows API ⓘ
multimedia application programming interface ⓘ
video file API ⓘ
canSelectCompressor yes ⓘ
category Windows multimedia ⓘ
linked to: Windows Media
dataModel AVIFile objects ⓘ
AVISaveOptions structures ⓘ
AVIStream objects ⓘ
developedBy Microsoft ⓘ
documentationSite Microsoft Developer Network ⓘ
fileExtension .avi ⓘ
fullName Audio Video Interleave File API ⓘ
linked to: AVIFile API
headerFile vfw.h ⓘ
introducedFor Windows multimedia programming ⓘ
library avifil32.dll ⓘ
operatingSystem Microsoft Windows ⓘ
linked to: Windows
partOf Video for Windows ⓘ
primaryUse create AVI files ⓘ
edit AVI files ⓘ
manipulate AVI streams ⓘ
read AVI files ⓘ
providesFunction AVIFileCreateStream ⓘ
AVIFileExit ⓘ
linked to: AVIFile API

AVIFileGetStream ⓘ
linked to: AVIFile API

AVIFileInit ⓘ
AVIFileOpen ⓘ
linked to: AVIFile API

AVIFileRelease ⓘ
linked to: AVIFile API

AVIStreamInfo ⓘ
linked to: AVIFile API

AVIStreamRead ⓘ
linked to: AVIFile API

AVIStreamWrite ⓘ
linked to: AVIFile API
relatedAPI DirectShow ⓘ
Video for Windows API ⓘ
linked to: Video for Windows
status legacy API ⓘ
supportsCompression Audio codecs installed in Windows ⓘ
Video codecs installed in Windows ⓘ
supportsFileFormat AVI ⓘ
supportsOperation copying streams between AVI files ⓘ
creating new streams in an AVI file ⓘ
editing stream headers ⓘ
random access to AVI streams ⓘ
reading audio samples ⓘ
reading video frames ⓘ
writing audio samples ⓘ
writing video frames ⓘ
threadingModel requires AVIFileInit and AVIFileExit per process ⓘ
typicalLanguage C ⓘ
C++ ⓘ
usesCallingConvention Win32 API calling conventions ⓘ
linked to: Win32 API

How these facts were elicited

Referenced by (10)

Full triples — surface form annotated when it differs from this entity's canonical label.

Video for Windows → component → AVIFile API ⓘ
AVIFile API → fullName → Audio Video Interleave File API ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIFileOpen ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIFileRelease ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIFileGetStream ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIStreamRead ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIStreamWrite ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIStreamInfo ⓘ
linked to: AVIFile API
AVIFile API → providesFunction → AVIFileExit ⓘ
linked to: AVIFile API