MediaMetadataRetriever.MetadataKeyLocation フィールド

定義

注意事項

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

このキーは、位置情報 (使用可能な場合) を取得します。

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

フィールド値

Value = 23
属性

注釈

このキーは、位置情報 (使用可能な場合) を取得します。 場所は、ISO-6709 標準に従って、mp4/3gp ボックス " の下に指定する必要があります

android.media.MediaMetadataRetriever.METADATA_KEY_LOCATIONJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象