Android.Content.PM.PackageManager.FeatureAudioLowLatency Field
Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device's audio pipeline is low-latency, more suitable for audio applications sensitive to delays or lag in sound input or output.

Syntax

[Android.Runtime.Register("FEATURE_AUDIO_LOW_LATENCY")]
public const string FeatureAudioLowLatency

Remarks

Feature for PackageManager.GetSystemAvailableFeatures and PackageManager.HasSystemFeature(string): The device's audio pipeline is low-latency, more suitable for audio applications sensitive to delays or lag in sound input or output.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9