MediaMetadataRetriever.OptionClosest フィールド

定義

注意事項

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

このオプションは、 と共 #getFrameAtTime(long, int) に使用され、特定の時点に最も近いデータ ソースに関連付けられたフレーム (必ずしもキー フレームではない) を取得します。

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

フィールド値

Value = 3
属性

注釈

このオプションは、 と共 #getFrameAtTime(long, int) に使用され、特定の時点に最も近いデータ ソースに関連付けられたフレーム (必ずしもキー フレームではない) を取得します。

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

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

適用対象

こちらもご覧ください

  • <xref:Android.Media.MediaMetadataRetriever.GetFrameAtTime(System.Int64%2c+Android.Media.Option)>