KSP_TIMEFORMAT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

typedef struct {
  KSPROPERTY Property;
  GUID       SourceFormat;
  GUID       TargetFormat;
  LONGLONG   Time;
} KSP_TIMEFORMAT, *PKSP_TIMEFORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ksp_timeformat)

KSP_TIMEFORMAT structure

Description

The KSP_TIMEFORMAT structure corresponds to KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT.

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.

See also

KSPROPERTY_MEDIASEEKING_CONVERTTIMEFORMAT