Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ProcessAudioFrameContext.OutputFrame 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 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.
Applies to
Feedback
Was this page helpful?
