|
EditStreamSetInfo
The EditStreamSetInfo function changes characteristics of an editable stream.
SDTAPI EditStreamSetInfo(
PAVISTREAM pavi,
|
| AVISTREAMINFO * lpInfo,
|
| LONG cbInfo
|
| );
|
|
Parameters
pavi
Handle of an open stream.
lpInfo
Address of an AVISTREAMINFO structure containing new information.
cbInfo
Size, in bytes, of the structure pointed to by lpInfo.
Return Values
Returns zero if successful or an error otherwise.
Remarks
You must supply information for the entire AVISTREAMINFO structure, including the members you will not use. You can use the AVIStreamInfo function to initialize the structure and then update selected members with
your data.
This function does not change the following members:
dwCaps
dwEditCount
dwFlags
dwInitialFrames
dwLength
dwSampleSize
dwSuggestedBufferSize
fccHandler
fccType
The function changes the following members:
dwRate
dwQuality
dwScale
dwStart
rcFrame
szName
wLanguage
wPriority
Seee Also
AVISTREAMINFO, AVIStreamInfo
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|