MediaMetadataRetriever.OptionClosestSync フィールド

定義

注意事項

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

フィールド値

Value = 2
属性

注釈

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

の Java ドキュメント android.media.MediaMetadataRetriever.OPTION_CLOSEST_SYNC

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

適用対象

こちらもご覧ください

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