Starts the video playback.
@override Future<void> play(int textureId) { return _api.play(TextureMessage(textureId: textureId)); }