Android.Media.MediaFormat.KeyAacSbrMode Field
A key describing the AAC SBR mode to be used (AAC audio formats only).

Syntax

[Android.Runtime.Register("KEY_AAC_SBR_MODE")]
public const string KeyAacSbrMode

Remarks

A key describing the AAC SBR mode to be used (AAC audio formats only). The associated value is an integer and can be set to following values:

  • 0 - no SBR should be applied
  • 1 - single rate SBR
  • 2 - double rate SBR
Note: If this key is not defined the default SRB mode for the desired AAC profile will be used.

This key is only used during encoding.

[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