AudioGraph.RenderDeviceAudioProcessing 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 a value that indicates the audio processing mode for the audio graph.
public:
property AudioProcessing RenderDeviceAudioProcessing { AudioProcessing get(); };
AudioProcessing RenderDeviceAudioProcessing();
public AudioProcessing RenderDeviceAudioProcessing { get; }
var audioProcessing = audioGraph.renderDeviceAudioProcessing;
Public ReadOnly Property RenderDeviceAudioProcessing As AudioProcessing
Property Value
A value that indicates the audio processing mode for the audio graph.
Windows requirements
App capabilities |
backgroundMediaRecording
|
Remarks
Specify the audio processing mode for an audio graph by setting the AudioGraphSettings.AudioProcessing property before creating the audio graph with a call to CreateAsync.