AVPlayerItem.SeekAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SeekAsync(CMTime) |
在播放流中查找特定位置 |
SeekAsync(NSDate) |
查找到指定日期的玩家。 |
SeekAsync(NSDate, Boolean) |
异步查找指定的 |
SeekAsync(CMTime, CMTime, CMTime) |
异步查找指定 |
SeekAsync(CMTime)
在播放流中查找特定位置
public virtual System.Threading.Tasks.Task<bool> SeekAsync (CoreMedia.CMTime time);
abstract member SeekAsync : CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>
override this.SeekAsync : CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>
参数
- time
- CMTime
查找时间目标。
返回
表示异步 Seek 操作的任务。 TResult 参数 AVCompletion的值为 。
适用于
SeekAsync(NSDate)
查找到指定日期的玩家。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<bool> SeekAsync (Foundation.NSDate date);
abstract member SeekAsync : Foundation.NSDate -> System.Threading.Tasks.Task<bool>
override this.SeekAsync : Foundation.NSDate -> System.Threading.Tasks.Task<bool>
参数
- date
- NSDate
要查找的日期。
返回
表示异步 Seek 操作的任务。 TResult 参数 AVCompletion的值为 。
- 属性
注解
SeekAsync 方法适合用于 C# 异步,方法是将控件返回到具有表示操作的 Task 的调用方。
适用于
SeekAsync(NSDate, Boolean)
异步查找指定的 time
,并指示它是否成功。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<bool> SeekAsync (Foundation.NSDate date, out bool result);
abstract member SeekAsync : Foundation.NSDate * -> System.Threading.Tasks.Task<bool>
override this.SeekAsync : Foundation.NSDate * -> System.Threading.Tasks.Task<bool>
参数
- date
- NSDate
- result
- Boolean
返回
- 属性
适用于
SeekAsync(CMTime, CMTime, CMTime)
异步查找指定 time
容差内的指定 。。
public virtual System.Threading.Tasks.Task<bool> SeekAsync (CoreMedia.CMTime time, CoreMedia.CMTime toleranceBefore, CoreMedia.CMTime toleranceAfter);
abstract member SeekAsync : CoreMedia.CMTime * CoreMedia.CMTime * CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>
override this.SeekAsync : CoreMedia.CMTime * CoreMedia.CMTime * CoreMedia.CMTime -> System.Threading.Tasks.Task<bool>
参数
- time
- CMTime
查找时间目标。
- toleranceBefore
- CMTime
- toleranceAfter
- CMTime