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
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
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