MediaPlayer8 - Code Reference
MediaPlayer8 - Code Reference
Namespaces
frame8.Logic.Media.MediaPlayer
AdaptiveCacheControllerProxy Class
AdaptiveCacheControllerProxy Methods
Dispose Method
GetBufDebugLine1 Method
GetBufDebugLine2 Method
IsSpeedTestPhase Method
Load Method
onInitialized Method
RequestSeek01 Method
StopPlaybackAndLoading Method
AdaptiveCacheControllerProxy
Load 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#
Copy
public
bool
Load
(
string
url
,
Action
<
string
>
onDone
,
Action
<
AndroidJavaObject
>
onError
)
Parameters
url
Type:
System
String
onDone
Type:
System
Action
String
onError
Type:
System
Action
AndroidJavaObject
Return Value
Type:
Boolean
if accepted
See Also
Reference
AdaptiveCacheControllerProxy Class
frame8.Logic.Media.MediaPlayer Namespace
Send comments on this topic to
george@forbiddenbyte.com