Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ProcessAudioFrameContext.InputFrame Property
Definition
- Namespace:
- Windows.Media.Effects
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.
Applies to
Feedback
Was this page helpful?
