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