ProcessAudioFrameContext.OutputFrame 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 output frame for an audio effect operation.
public:
property AudioFrame ^ OutputFrame { AudioFrame ^ get(); };
AudioFrame OutputFrame();
public AudioFrame OutputFrame { get; }
var audioFrame = processAudioFrameContext.outputFrame;
Public ReadOnly Property OutputFrame As AudioFrame
Property Value
The output frame for an audio effect operation.