Android.Media.MediaFormat.KeyIsAdts Field
A key mapping to a value of 1 if the content is AAC audio and audio frames are prefixed with an ADTS header.

Syntax

[Android.Runtime.Register("KEY_IS_ADTS")]
public const string KeyIsAdts

Remarks

A key mapping to a value of 1 if the content is AAC audio and audio frames are prefixed with an ADTS header. The associated value is an integer (0 or 1). This key is only supported when _decoding_ content, it cannot be used to configure an encoder to emit ADTS output.

[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