Android.Media.MediaFormat.KeyAacMaxOutputChannelCount Field
A key describing the maximum number of channels that can be output by the AAC decoder.

Syntax

[Android.Runtime.Register("KEY_AAC_MAX_OUTPUT_CHANNEL_COUNT")]
public const string KeyAacMaxOutputChannelCount

Remarks

A key describing the maximum number of channels that can be output by the AAC decoder. By default, the decoder will output the same number of channels as present in the encoded stream, if supported. Set this value to limit the number of output channels, and use the downmix information in the stream, if available.

Values larger than the number of channels in the content to decode are ignored.

This key is only used during decoding.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16