Component:VideoStreamingServicesSettings

From Resonite Wiki
Component image 
File:VideoStreamingServicesSettingsComponent.png
Video Streaming Services Settings component as seen in the Scene Inspector

The VideoStreamingServicesSettings component handles settings for streaming service content downloading like allowing usage of browser cookies to get around the issue of "login to confirm you're not a bot" issue.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
UseCookiesFromBrowser CookiesBrowser allows usage of browser cookies to get around the issue of "login to confirm you're not a bot" issue.

Usage

Not used directly by the user.

Examples

See Settings.

See Also