共用方式為


AVPlayerItem.CanStepForward 屬性

定義

是否 AVAsset 支援向前逐步執行。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanStepForward { [Foundation.Export("canStepForward")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.CanStepForward : bool

屬性值

屬性

備註

此屬性不可變。 即使 CurrentTime 接近結尾,它也不會變更。

適用於