Compartir a través de


MediaMetadataRetriever.MetadataKeyXmpLength 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 el medio contiene datos XMP, esta clave recupera la longitud (en bytes) de los datos.

[Android.Runtime.Register("METADATA_KEY_XMP_LENGTH", ApiSince=31)]
[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 MetadataKeyXmpLength = 42;
[<Android.Runtime.Register("METADATA_KEY_XMP_LENGTH", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MetadataKey enum directly instead of this field.", true)>]
val mutable MetadataKeyXmpLength : Android.Media.MetadataKey

Valor de campo

Value = 42
Atributos

Comentarios

Si el medio contiene datos XMP, esta clave recupera la longitud (en bytes) de los datos.

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

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a