The default VideoLoadOptions used by Video.load.
The default options are used if no individual options are passed to the Video.load method. Please note that this property is just a forward to Video.defaultLoadOptions.
Source
static VideoLoadOptions get videoLoadOptions { return Video.defaultLoadOptions; }
Source
static set videoLoadOptions(VideoLoadOptions options) { Video.defaultLoadOptions = options; }