|
Reading from a Stream
You can retrieve information about an open stream by using the AVIStreamInfo function. This function fills the AVISTREAMINFO structure with information such as the type of data in the stream, the
compression method used when writing stream data, the suggested buffer size, the
playback rate, and a text description of the stream.
Some members of the AVISTREAMINFO structure are also present in the AVIFILEINFO structure. The information in the AVIFILEINFO structure applies to the entire file. The information in the AVISTREAMINFO structure is specific to the accessed stream and has precedence over the
information in the AVIFILEINFO structure.
If a stream has supplementary information associated with it, you can retrieve
this information by using the AVIStreamReadData function. This function returns the information in an application-supplied
buffer. Supplementary stream information might include configuration settings for
the compression and decompression methods used on a stream. You can obtain the
required buffer size by using the AVIStreamDataSize macro.
You can retrieve formatting information about a stream by using the AVIStreamReadFormat function. This function returns a stream-specific structure in an
application-supplied buffer. For a video stream, the buffer contains formatting
information in a BITMAPINFO structure. For an audio stream, the buffer contains formatting information in
a WAVEFORMATEX or PCMWAVEFORMAT structure. For other stream types, the stream handler returns information
specific to the stream. You can determine the required buffer size by using AVIStreamReadFormat and specifying a NULL buffer address or by using the AVIStreamFormatSize macro.
You can retrieve the multimedia content in a stream by using the AVIStreamRead function. This function copies raw data from the stream into an
application-supplied buffer. For video streams, this function retrieves the bitmapped images
that make up the frame content. For audio streams, this function retrieves
waveform-audio samples that make up the sound content. You can determine the
required buffer size by using AVIStreamRead and specifying a NULL buffer address or by using the AVIStreamSampleSize macro.
Some AVI stream handlers introduce delays associated with software and
hardware initialization or coordination. You can inform these handlers to prepare for
data streaming by using the AVIStreamBeginStreaming function. This function lets the stream handler allocate and initialize the
resources it needs. To inform these handlers when streaming has ended, use the AVIStreamEndStreaming function. This function lets the stream handler deallocate the resources it
allocated for AVIStreamBeginStreaming.
The AVIStreamRead function does not provide decompression services. For information about
compressing and decompressing audio streams, see Audio Compression Manager. For information about compressing and decompressing video streams, see Video Compression Manager. For information about compressing and decompressing individual frames in a
video stream, see Working with Compressed Video Data in a Stream.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|