AVPlayerItem.CanUseNetworkResourcesForLiveStreamingWhilePaused Property

Definition

Gets or sets a Boolean value that controls whether the player can buffer content while it is paused.

[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

Property Value

Attributes

Applies to