AudioGraphSettings.DesiredRenderDeviceAudioProcessing 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 or sets a value that indicates the desired audio processing mode setting for the audio graph.
public:
property AudioProcessing DesiredRenderDeviceAudioProcessing { AudioProcessing get(); void set(AudioProcessing value); };
AudioProcessing DesiredRenderDeviceAudioProcessing();
void DesiredRenderDeviceAudioProcessing(AudioProcessing value);
public AudioProcessing DesiredRenderDeviceAudioProcessing { get; set; }
var audioProcessing = audioGraphSettings.desiredRenderDeviceAudioProcessing;
audioGraphSettings.desiredRenderDeviceAudioProcessing = audioProcessing;
Public Property DesiredRenderDeviceAudioProcessing As AudioProcessing
Property Value
A value that indicates the desired audio processing mode setting for the audio graph.
Windows requirements
App capabilities |
backgroundMediaRecording
|
Remarks
Setting this property does not guarantee that the specified value will be used by the created audio graph. To determine the actual value used, check the AudioGraph.RenderDeviceAudioProcessing property of the audio graph after it has been created.