Object.GetAvailabilityInfo(ByRef StartOffset As Long, ByRef EndOffset as Long, ByRef TotalSize as Long) |
Parameter |
Description |
StartOffset |
Pointer to a double type that receives the first offset of available video. |
EndOffset |
Pointer to a double type that receives the last offset of available video. |
TotalSize |
Pointer to total size of all video data available. |
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
Gets the availability data information from the current range of playback.
See Also
Functions: |
|
Topics: |
Multimedia Properties, Methods and Events , DVR Module Properties, Methods and Events |