MicrophoneInfo.Orientation Property

Definition

Returns A Coordinate3F object that represents the orientation of microphone.

public Android.Media.MicrophoneInfo.Coordinate3F? Orientation { [Android.Runtime.Register("getOrientation", "()Landroid/media/MicrophoneInfo$Coordinate3F;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getOrientation", "()Landroid/media/MicrophoneInfo$Coordinate3F;", "", ApiSince=28)>]
member this.Orientation : Android.Media.MicrophoneInfo.Coordinate3F

Property Value

the orientation of the microphone or #ORIENTATION_UNKNOWN if orientation is unknown

Attributes

Remarks

Java documentation for android.media.MicrophoneInfo.getOrientation().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to