// ks.h
typedef struct {
KSPROPERTY Property;
GUID SourceFormat;
GUID TargetFormat;
LONGLONG Time;
} KSP_TIMEFORMAT, *PKSP_TIMEFORMAT;
View the official Windows Driver Kit DDI referenceNo description available.
The KSP_TIMEFORMAT structure corresponds to KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT.
PropertySpecifies a KSPROPERTY structure.
SourceFormatPointer to a GUID that specifies the format to convert. If NULL, the current format is used.
TargetFormatPointer to a GUID that specifies the target format. If NULL, the current format is used.
TimeSpecifies the time value to convert.
The fields of the structure correspond one to one with DirectShow's IMediaSeeking::ConvertTimeFormat.
KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT