Click or drag to resize

MediaPlayer8Load Method

Loads a media from an URL to your media file/stream or use "path/to/file/file.extension" to play the

file in "path/to/project/Assets/StreamingAssets/path/to/file/file.extension"

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

Parameters

mediaPath
Type: SystemString
onDone
Type: SystemActionString
onError
Type: SystemActionString
See Also