Click or drag to resize

MediaPlayer8Initialize Method

Initializes the native texture, the native controller, sets a loading texture if specified.

If successful(onDone called), Load() can be called

Namespace:  frame8.Logic.Media.MediaPlayer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void Initialize(
	Action onDone,
	Action<string> onError
)

Parameters

onDone
Type: SystemAction
onError
Type: SystemActionString
See Also