AVPlayerItem.CanUseNetworkResourcesForLiveStreamingWhilePaused 属性

定义

获取或设置一个布尔值,该值控制玩家是否可以在暂停内容时缓冲内容。

[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

属性值

属性

适用于