Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets the audio source.
Syntax
public:
HRESULT NuiGetAudioSource(
INuiAudioBeam **ppDmo
)
Parameters
- ppDmo
Type: INuiAudioBeam
A pointer that contains a INuiAudioBeam Interface interface pointer.
Return Value
Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.
Remarks
For more information about audio, see Capturing Audio Data in C#.
Requirements
Header: Declared in NuiSkeleton.h; however, include NuiApi.h in your project.