Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.63 KB

nf-rdpencomapi-irdpsrapiaudiostream-getbuffer.md

File metadata and controls

80 lines (62 loc) · 2.63 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rdpencomapi.IRDPSRAPIAudioStream.GetBuffer
IRDPSRAPIAudioStream::GetBuffer (rdpencomapi.h)
Gets audio data from the buffer.
GetBuffer
GetBuffer method [RDP]
GetBuffer method [RDP]
IRDPSRAPIAudioStream interface
IRDPSRAPIAudioStream interface [RDP]
GetBuffer method
IRDPSRAPIAudioStream.GetBuffer
IRDPSRAPIAudioStream::GetBuffer
rdp.irdpsrapiaudiostream_getbuffer
rdpencomapi/IRDPSRAPIAudioStream::GetBuffer
rdp\irdpsrapiaudiostream_getbuffer.htm
rdp
9A155107-1C43-49C2-BA92-4CBF37AEF4DB
12/05/2018
GetBuffer, GetBuffer method [RDP], GetBuffer method [RDP],IRDPSRAPIAudioStream interface, IRDPSRAPIAudioStream interface [RDP],GetBuffer method, IRDPSRAPIAudioStream.GetBuffer, IRDPSRAPIAudioStream::GetBuffer, rdp.irdpsrapiaudiostream_getbuffer, rdpencomapi/IRDPSRAPIAudioStream::GetBuffer
rdpencomapi.h
Windows
Windows 8.1 [desktop apps \| UWP apps]
Windows Server 2012 R2 [desktop apps \| UWP apps]
RdpEncomAPI.idl
RdpEncomAPI.tlb
RdpEncom.dll
Windows
19H1
IRDPSRAPIAudioStream::GetBuffer
rdpencomapi/IRDPSRAPIAudioStream::GetBuffer
c++
APIRef
kbSyntax
COM
RdpEncom.dll
IRDPSRAPIAudioStream.GetBuffer

IRDPSRAPIAudioStream::GetBuffer

-description

Gets audio data from the buffer.
This method locks an internal buffer and returns a pointer to a specific location in that buffer. It does not allocate a copy of the buffer for the caller. To release the buffer after the last call to this method, call the FreeBuffer method.

-parameters

-param ppbData [out]

A pointer to the current location in the buffer.

-param pcbData [out]

The size in bytes of the available data in the buffer.

-param pTimestamp [out]

The time-based location of the location pointer.

-returns

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

-see-also

FreeBuffer

IRDPSRAPIAudioStream