KsPinGetFirstCloneStreamPointer function (ks.h)

The KsPinGetFirstCloneStreamPointer function returns the first cloned stream pointer on Pin.

Syntax

KSDDKAPI PKSSTREAM_POINTER KsPinGetFirstCloneStreamPointer(
  [in] PKSPIN Pin
);

Parameters

[in] Pin

A pointer to the KSPIN structure on which to return the first clone stream pointer.

Return value

KsPinGetFirstCloneStreamPointer returns a pointer to a KSSTREAM_POINTER structure. This pointer points to the first cloned stream pointer on Pin. If no clone stream pointers exist for Pin, KsPinGetFirstCloneStreamPointer returns NULL.

Remarks

KsPinGetFirstCloneStreamPointer, along with KsStreamPointerGetNextClone can be used to enumerate all clone stream pointers on a given pin in the order in which they were cloned. Also see Stream Pointers.

Requirements

Requirement Value
Minimum supported client Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Target Platform Universal
Header ks.h (include Ks.h)
Library Ks.lib
IRQL <=DISPATCH_LEVEL

See also

KSSTREAM_POINTER

KsStreamPointerClone

KsStreamPointerGetNextClone