Click or drag to resize

AdaptiveCacheControllerProxyRequestSeek01 Method (Double, ActionDouble, ActionString, AndroidJavaObject)

Same as with Load(_,_,_), this one is a request, not a command. Callbacks are your friend

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

Parameters

position01
Type: SystemDouble
onDone
Type: SystemActionDouble
onError
Type: SystemActionString, AndroidJavaObject

Return Value

Type: Boolean
if accepted
See Also