Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
typedef struct {
LONGLONG Earliest;
LONGLONG Latest;
} KSPROPERTY_MEDIAAVAILABLE, *PKSPROPERTY_MEDIAAVAILABLE;
Members
Earliest
Pointer to a variable that receives the earliest time for efficient seeking.
Latest
Pointer to a variable that receives the latest time for efficient seeking.
Remarks
This structure corresponds with DirectShow's IMediaSeeking::GetAvailable.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |