IAudioSource Interface

Represents an audio frame source.

interface IAudioSource : public IUnknown

IAudioSource has the following members.

NameDescription
get_AudioBeamsGets the audio beams.
get_AudioCalibrationStateGets a value indicating whether the audio source needs to be calibrated. This API is not implemented in the Kinect for Windows v2 SDK and will always return Calibrated. It is included to support cross-compilation with the Xbox SDK.
get_IsActiveGets the current activity status of this source.
get_KinectSensorGets the parent sensor.
get_MaxSubFrameCountGets the maximum number of sub frames.
get_SubFrameDurationReturns the sub frame duration.
get_SubFrameLengthInBytesReturns the sub frame length (in bytes).
GetFrameCapturedEventDataRetrieves the event data when a frame is captured.
OpenReaderOpens a new stream reader. This reader must be disposed.
SubscribeFrameCaptured Event that is used to notify the application that the next frame is ready to be delivered to subscribed readers or if a frame has been dropped.
UnsubscribeFrameCapturedUnsubscribes a subscribed event handler when a frame has been captured.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: