Skip to main content
namespace ML.SDK
Class

MLVideoExtension


namespace ML.SDK
{
class MLVideoExtension
}

Inherits from MonoBehaviour

Summary

MLVideoExtension

Properties

PropertyDesciption
StatusThe current status of the video.
UrlThe URL of the video to play. When setting the URL, the video starts to play after load if the component set to player on awake.
VideoTimeCurrent time of the video. You can set the time of the video to play by setting this property.

Methods

MethodDescription
Play()Start playing video
Stop()Stop playing video
Pause()Pause player video
SetURL(string)Set online videos URL.
JumpToTime(double)Jump current video time.
Jump(float)Jump the video to specified time and start/continue playing.