Object.CopyBufferToFile( TargetFile As String, StartOffset as Double, EndOffset as Double) |
Parameter |
Description |
TargetFile |
Pointer to a fully qualified destination file. |
StartOffset |
Starting offset of data to copy. |
EndOffset |
Ending offset of data to copy. |
Returns
S_OK |
The function was successful. |
<> S_OK |
An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Remarks
Copies the buffered recording data to the specified fully qualified target file pathname.
See Also
Functions: |
|
Topics: |
Multimedia Properties, Methods and Events , DVR Module Properties, Methods and Events |