MediaMetadataRetriever.OptionNextSync フィールド

定義

注意事項

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_NEXT_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 OptionNextSync = 1;
[<Android.Runtime.Register("OPTION_NEXT_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 OptionNextSync : Android.Media.Option

フィールド値

Value = 1
属性

注釈

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

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

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

適用対象

こちらもご覧ください

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