ILMDVRSink.GetAvailabilityInfo Method

DVR Module How To Examples

 

Syntax

Object.GetAvailabilityInfo(ByRef StartOffset  As Long, ByRef EndOffset  as Long, ByRef TotalSize  as Long)

 

Parameter

Description

StartOffset

A pointer to a double type that receives the first offset of available video.

EndOffset

A pointer to a double type that receives the last offset of available video.

TotalSize

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 information for the current playback range data.

See Also

Functions:

ILMDVRSink.GetStatus Method , ILMDVRSink.GetBufferInfo Method

Topics:

Multimedia Properties, Methods and Events , DVR Module Properties, Methods and Events