KSPROPERTY_POSITIONS - NtDoc

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

typedef struct {
  LONGLONG         Current;
  LONGLONG         Stop;
  KS_SEEKING_FLAGS CurrentFlags;
  KS_SEEKING_FLAGS StopFlags;
} KSPROPERTY_POSITIONS, *PKSPROPERTY_POSITIONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSPROPERTY_POSITIONS structure

Description

The KSPROPERTY_POSITIONS structure specifies the current position and stop position, relative to the total duration of the stream.

Members

Current

Specifies the current position as a 64-bit value.

Stop

Specifies the stop position as a 64-bit value.

CurrentFlags

A structure of type KS_SEEKING_FLAGS containing flags pertaining to the Current parameter.

StopFlags

A structure of type KS_SEEKING_FLAGS containing flags pertaining to the Stop parameter.

Remarks

The KSPROPERTY_POSITIONS structure is used with positioning properties in the KSPROPSETID_MediaSeeking property set. These properties correspond to DirectShow's IMediaSeeking::GetPositions and IMediaSeeking::SetPositions.

See also

KSPROPERTY_MEDIASEEKING_POSITIONS