EditStreamClone
The EditStreamClone
function creates a duplicate editable stream.
STDAPI EditStreamClone(
PAVISTREAM
pavi, |
|
PAVISTREAM
* ppResult |
|
); |
|
Parameters
pavi
Handle of an
editable stream that will be copied.
ppResult
Address to
contain the new stream handle.
Return Values
Returns zero
if successful or an error otherwise.
Remarks
The editable
stream that is being cloned must have been created by the CreateEditableStream
function or one of the stream editing functions.
The new
stream can be treated as any other AVI stream.
See Also