Share via


Método IMiniportStreamAudioEngineNode::GetStreamPresentationPosition (portcls.h)

Obtiene la posición actual del cursor en el flujo de datos de audio que se representa en el punto de conexión.

Sintaxis

NTSTATUS GetStreamPresentationPosition(
  [out] KSAUDIO_PRESENTATION_POSITION *pPresentationPosition
);

Parámetros

[out] pPresentationPosition

Estructura KSAUDIO_PRESENTATION_POSITION que representa la posición actual del cursor en el flujo de datos de audio.

Valor devuelto

GetStreamPresentationPosition devuelve S_OK, si la llamada se realizó correctamente. De lo contrario, el método devuelve un error adecuado.

Código.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8
Servidor mínimo compatible Windows Server 2012
Plataforma de destino Universal
Encabezado portcls.h

Consulte también

IMiniportStreamAudioEngineNode

KSAUDIO_PRESENTATION_POSITION