// ks.h
typedef struct {
LONGLONG Earliest;
LONGLONG Latest;
} KSPROPERTY_MEDIAAVAILABLE, *PKSPROPERTY_MEDIAAVAILABLE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_MEDIAAVAILABLE structure specifies the media time span (the time span that a client can seek within) that is currently available on a filter. KSPROPERTY_MEDIAAVAILABLE is used in conjunction with the KSPROPERTY_MEDIASEEKING_AVAILABLE property request.
EarliestPointer to a variable that receives the earliest time for efficient seeking.
LatestPointer to a variable that receives the latest time for efficient seeking.
This structure corresponds with DirectShow's IMediaSeeking::GetAvailable.
KSPROPERTY_MEDIASEEKING_AVAILABLE