AudioFrameCompletedEventArgs.Frame Property

Definition

Gets the audio frame that was just completed by the AudioFrameInputNode. A frame is completed when all of the audio in the frame has been consumed by the audio graph.

public:
 property AudioFrame ^ Frame { AudioFrame ^ get(); };
AudioFrame Frame();
public AudioFrame Frame { get; }
var audioFrame = audioFrameCompletedEventArgs.frame;
Public ReadOnly Property Frame As AudioFrame

Property Value

An AudioFrame object representing the audio frame.

Applies to