次の方法で共有


AVAssetResourceLoadingRequest.FinishLoading メソッド

定義

オーバーロード

FinishLoading()

受信側が応答し、読み込みが完了したかのように動作します。

FinishLoading(NSUrlResponse, NSData, NSUrlRequest)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'Response'、'Redirect' プロパティ、および 'AVAssetResourceLoadingDataRequest.Responds' メソッドと 'AVAssetResourceLoadingRequest.FinishLoading' メソッドを使用する必要があります。

FinishLoading()

受信側が応答し、読み込みが完了したかのように動作します。

[Foundation.Export("finishLoading")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FinishLoading ();
abstract member FinishLoading : unit -> unit
override this.FinishLoading : unit -> unit
属性

適用対象

FinishLoading(NSUrlResponse, NSData, NSUrlRequest)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'Response'、'Redirect' プロパティ、および 'AVAssetResourceLoadingDataRequest.Responds' メソッドと 'AVAssetResourceLoadingRequest.FinishLoading' メソッドを使用する必要があります。

[Foundation.Export("finishLoadingWithResponse:data:redirect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use the 'Response', 'Redirect' properties and the 'AVAssetResourceLoadingDataRequest.Responds' and 'AVAssetResourceLoadingRequest.FinishLoading' methods instead.")]
public virtual void FinishLoading (Foundation.NSUrlResponse usingResponse, Foundation.NSData data, Foundation.NSUrlRequest redirect);
abstract member FinishLoading : Foundation.NSUrlResponse * Foundation.NSData * Foundation.NSUrlRequest -> unit
override this.FinishLoading : Foundation.NSUrlResponse * Foundation.NSData * Foundation.NSUrlRequest -> unit

パラメーター

usingResponse
NSUrlResponse

追加する。

このパラメーターは、null に設定できます。

data
NSData

リソースのデータ。使用可能なデータがない場合は null にすることができます。

このパラメーターは、null に設定できます。

redirect
NSUrlRequest

要求のリダイレクト。使用できない場合は null。

このパラメーターは、null に設定できます。

属性

適用対象