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
public virtual void Load( string mediaPath, Action<string> onDone, Action<string> onError )