MediaMetadataRetriever.OptionPreviousSync フィールド

定義

注意事項

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_PREVIOUS_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 OptionPreviousSync = 0;
[<Android.Runtime.Register("OPTION_PREVIOUS_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 OptionPreviousSync : Android.Media.Option

フィールド値

Value = 0
属性

注釈

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

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

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

適用対象

こちらもご覧ください

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