AudioCaptureClientGetBuffer Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IntPtr GetBuffer(
out int numFramesToRead,
out AudioClientBufferFlags bufferFlags,
out long devicePosition,
out long qpcPosition
)
Public Function GetBuffer (
<OutAttribute> ByRef numFramesToRead As Integer,
<OutAttribute> ByRef bufferFlags As AudioClientBufferFlags,
<OutAttribute> ByRef devicePosition As Long,
<OutAttribute> ByRef qpcPosition As Long
) As IntPtr
public:
IntPtr GetBuffer(
[OutAttribute] int% numFramesToRead,
[OutAttribute] AudioClientBufferFlags% bufferFlags,
[OutAttribute] long long% devicePosition,
[OutAttribute] long long% qpcPosition
)
member GetBuffer :
numFramesToRead : int byref *
bufferFlags : AudioClientBufferFlags byref *
devicePosition : int64 byref *
qpcPosition : int64 byref -> IntPtr
Parameters
- numFramesToRead
- Type: SystemInt32
- bufferFlags
- Type: Ozeki.MediaAudioClientBufferFlags
- devicePosition
- Type: SystemInt64
- qpcPosition
- Type: SystemInt64
Return Value
Type:
IntPtrSee Also