共用方式為


AVPlayerItem.CanUseNetworkResourcesForLiveStreamingWhilePaused 屬性

定義

取得或設定 Boolean 值,控制玩家是否可以在暫停時緩衝內容。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanUseNetworkResourcesForLiveStreamingWhilePaused { [Foundation.Export("canUseNetworkResourcesForLiveStreamingWhilePaused")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setCanUseNetworkResourcesForLiveStreamingWhilePaused:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.CanUseNetworkResourcesForLiveStreamingWhilePaused : bool with get, set

屬性值

屬性

適用於