IMiniportStreamAudioEngineNode::GetStreamLinearBufferPosition 메서드(portcls.h)
스트림이 시작된 후 DMA가 오디오 버퍼에서 가져온 바이트 수를 가져옵니다.
구문
NTSTATUS GetStreamLinearBufferPosition(
[out] ULONGLONG *pullLinearBufferPosition
);
매개 변수
[out] pullLinearBufferPosition
DMA가 가져온 바이트 수입니다.
반환 값
GetStreamLinearBufferPosition 은 호출이 성공한 경우 S_OK 반환합니다. 그렇지 않으면 메서드는 적절한 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8 |
지원되는 최소 서버 | Windows Server 2012 |
대상 플랫폼 | 유니버설 |
헤더 | portcls.h |