MediaExtractor.SeekToClosestSync フィールド

定義

注意事項

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

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

[Android.Runtime.Register("SEEK_TO_CLOSEST_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 SeekToClosestSync = 2;
[<Android.Runtime.Register("SEEK_TO_CLOSEST_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 SeekToClosestSync : Android.Media.MediaExtractorSeekTo

フィールド値

Value = 2
属性

注釈

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

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

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

適用対象