IAudioBeamFrameReader Interface

Represents an audio frame reader.

interface IAudioBeamFrameReader : public IUnknown

IAudioBeamFrameReader has the following members.

NameDescription
AcquireLatestBeamFramesGets the latest audio beam frames.
get_AudioSource Gets the audio source.
get_IsPausedGets a boolean that indicates if this reader is paused.
GetFrameArrivedEventDataGets the Frame Arrived data when a new frame is ready.
put_IsPausedSets a boolean that pauses or resumes the reader.
SubscribeFrameArrivedEvent handler to subscribe when a new frame is ready.
UnsubscribeFrameArrivedUnsubscribes an event handler to the audio beam frame reader based on the event handler's handle.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: