AudioFrameCompletedEventArgs
AudioFrameCompletedEventArgs
AudioFrameCompletedEventArgs
AudioFrameCompletedEventArgs
Class
Definition
Represents arguments for an AudioFrameCompleted event.
public : sealed class AudioFrameCompletedEventArgs : IAudioFrameCompletedEventArgspublic sealed class AudioFrameCompletedEventArgs : IAudioFrameCompletedEventArgsPublic NotInheritable Class AudioFrameCompletedEventArgs Implements IAudioFrameCompletedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by handling the AudioFrameInputNode.AudioFrameCompleted event.
Properties
Frame Frame Frame Frame
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 : AudioFrame Frame { get; }public AudioFrame Frame { get; }Public ReadOnly Property Frame As AudioFrame// You can use this property in JavaScript.
An AudioFrame object representing the audio frame.