Click or drag to resize

AdaptiveCacheControllerProxyLoad Method

In the adaptive cache plugin, callbacks need to be provided, because it takes significantly more time to load a media source and there are several possible errors to be handled

Namespace:  frame8.Logic.Media.MediaPlayer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool Load(
	string url,
	Action<string> onDone,
	Action<AndroidJavaObject> onError
)

Parameters

url
Type: SystemString
onDone
Type: SystemActionString
onError
Type: SystemActionAndroidJavaObject

Return Value

Type: Boolean
if accepted
See Also