Streaming
info
- This class has a mix of methods between LocalScripts and ServerScripts
The Streaming class provides useful methods on download videos and streams from the web and applying them to Video and Audio players.
Methods
| Method Name | Return Type | Parameters | Description |
|---|---|---|---|
| Download (Client-only) | void | VideoRequest, function(StreamDownload) | Loads a video/audio from a VideoRequest |
| Get (Server-only) | void | string, function(VideoRequest) | Gets a video/audio's information |
| GetWithOptions (Server-only) | void | string, function(VideoRequest), StreamDownloadOptions | Gets a video/audio's information with specific options |