AudioFrameCompletedEventArgs.Frame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.