AudioSource Class

Represents an audio frame source.

public ref class AudioSource sealed : INotifyPropertyChanged

AudioSource has the following members.

NameDescription
AudioBeamsGets the audio beams.
AudioCalibrationStateGets a value that indicates whether or not the Kinect Sensor is properly calibrated to listen for audio. 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.
IsActiveGets the current activity status of this source.
KinectSensorGets the parent sensor.
MaxSubFrameCountGets the maximum number of sub frames.
SubFrameDurationGets the sub frame duration.
SubFrameLengthInBytesGets the sub frame length (in bytes).

NameDescription
OpenReaderOpens a new stream reader. This reader must be disposed.

NameDescription
FrameCapturedEvent that fires whenever a frame is captured.
PropertyChanged Occurs when a property of the AudioSource class changes.

Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd

Community Additions

ADD
Show: