次の方法で共有


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
属性

適用対象