MediaExtractor.SeekToPreviousSync フィールド

定義

注意事項

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

可能であれば、指定した時刻以前に同期サンプルをシークします

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

フィールド値

Value = 0
属性

注釈

可能であれば、指定した時刻以前に同期サンプルをシークします

の Java ドキュメント android.media.MediaExtractor.SEEK_TO_PREVIOUS_SYNC

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

適用対象