RPBroadcastControllerDelegate_Extensions.DidUpdateBroadcastUrl 方法

定义

更新广播 URL 时调用的方法。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidUpdateBroadcastUrl (this ReplayKit.IRPBroadcastControllerDelegate This, ReplayKit.RPBroadcastController broadcastController, Foundation.NSUrl broadcastUrl);
static member DidUpdateBroadcastUrl : ReplayKit.IRPBroadcastControllerDelegate * ReplayKit.RPBroadcastController * Foundation.NSUrl -> unit

参数

This
IRPBroadcastControllerDelegate

此扩展方法操作的实例。

broadcastController
RPBroadcastController
broadcastUrl
NSUrl
属性

适用于