Video Texture Play/Pause

If I load a video as a texture with

is it possible to pause, stop and play the video?

Check if the returned texture is of type MovieTexture, and if so, upcast to that and then use the methods described in the MovieTexture API reference.