Share via


MediaMetadataRetriever.MetadataKeyHasAudio Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Media.MetadataKey enum directly instead of this field.

Si esta clave existe, el medio contiene contenido de audio.

[Android.Runtime.Register("METADATA_KEY_HAS_AUDIO")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MetadataKey enum directly instead of this field.", true)]
public const Android.Media.MetadataKey MetadataKeyHasAudio = 16;
[<Android.Runtime.Register("METADATA_KEY_HAS_AUDIO")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MetadataKey enum directly instead of this field.", true)>]
val mutable MetadataKeyHasAudio : Android.Media.MetadataKey

Valor de campo

Value = 16
Atributos

Comentarios

Si esta clave existe, el medio contiene contenido de audio.

Documentación de Java para android.media.MediaMetadataRetriever.METADATA_KEY_HAS_AUDIO.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a