Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 2.44 KB

ns-ks-ksproperty_positions.md

File metadata and controls

78 lines (60 loc) · 2.44 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ks.KSPROPERTY_POSITIONS
KSPROPERTY_POSITIONS (ks.h)
The KSPROPERTY_POSITIONS structure specifies the current position and stop position, relative to the total duration of the stream.
stream\ksproperty_positions.htm
stream
04/23/2018
KSPROPERTY_POSITIONS structure
*PKSPROPERTY_POSITIONS, KSPROPERTY_POSITIONS, KSPROPERTY_POSITIONS structure [Streaming Media Devices], PKSPROPERTY_POSITIONS, PKSPROPERTY_POSITIONS structure pointer [Streaming Media Devices], ks-struct_97829290-4c01-4a03-b56b-3e5915941094.xml, ks/KSPROPERTY_POSITIONS, ks/PKSPROPERTY_POSITIONS, stream.ksproperty_positions
ks.h
Ks.h
Windows
Windows
KSPROPERTY_POSITIONS, *PKSPROPERTY_POSITIONS
PKSPROPERTY_POSITIONS
ks/PKSPROPERTY_POSITIONS
KSPROPERTY_POSITIONS
ks/KSPROPERTY_POSITIONS
APIRef
kbSyntax
HeaderDef
ks.h
PKSPROPERTY_POSITIONS
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.

-struct-fields

-field Current

Specifies the current position as a 64-bit value.

-field Stop

Specifies the stop position as a 64-bit value.

-field CurrentFlags

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

-field 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