Compartilhar via


MediaMetadataRetriever.MetadataKeyXmpLength Campo

Definição

Cuidado

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

Se a mídia contiver dados XMP, essa chave recuperará o comprimento (em bytes) dos dados.

[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 do campo

Value = 42
Atributos

Comentários

Se a mídia contiver dados XMP, essa chave recuperará o comprimento (em bytes) dos dados.

Documentação Java para android.media.MediaMetadataRetriever.METADATA_KEY_XMP_LENGTH.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a