Object.SetBufferSize(FolderIndex As Long, Files As Long, FileSize As Double) |
Parameter |
Description |
FolderIndex |
The 0-based index of the desired buffer folder. |
Files |
The maximum number of .LRC files allowed to be created in this folder. |
FileSize |
The maximum file size (in bytes) of each individual .LRC file. |
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
Sets the number of buffer (.LRC) files and the allowed size per buffer file for the specified buffer location.
See Also
Functions: |
ILMDVRSink.GetBufferTotalSize Method , ILMDVRSink.GetBufferInfo Method |
Topics: |
Multimedia Properties, Methods and Events , DVR Module Properties, Methods and Events |