KSP_TIMEFORMAT structure (ks.h)
The KSP_TIMEFORMAT structure corresponds to KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT.
Syntax
typedef struct {
KSPROPERTY Property;
GUID SourceFormat;
GUID TargetFormat;
LONGLONG Time;
} KSP_TIMEFORMAT, *PKSP_TIMEFORMAT;
Members
Property
Specifies a KSPROPERTY structure.
SourceFormat
Pointer to a GUID that specifies the format to convert. If NULL, the current format is used.
TargetFormat
Pointer to a GUID that specifies the target format. If NULL, the current format is used.
Time
Specifies the time value to convert.
Remarks
The fields of the structure correspond one to one with DirectShow's IMediaSeeking::ConvertTimeFormat.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |