Share via


MediaCodecInfo.AudioCapabilities.MinInputChannelCount Property

Definition

Returns the minimum number of input channels supported.

public int MinInputChannelCount { [Android.Runtime.Register("getMinInputChannelCount", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMinInputChannelCount", "()I", "", ApiSince=31)>]
member this.MinInputChannelCount : int

Property Value

Attributes

Remarks

Returns the minimum number of input channels supported. This is often 1, but does vary for certain mime types.

This returns the lowest channel count in the ranges returned by #getInputChannelCountRanges.

Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getMinInputChannelCount().

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