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