AudioSource.FrameCaptured Event

This event fires when the audio source is captured.

Syntax

public:
event TypedEventHandler<AudioSource^ , FrameCapturedEventArgs^ >^ FrameCaptured {
         EventRegistrationToken add (TypedEventHandler<AudioSource^ , FrameCapturedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioSource Class

AudioSource Members

Windows.Kinect Namespace