API ReferenceSandbox
Streamerclass
object→Streamer
Methods2
Showing 2 methods
public static string GetThumbnailUrl(int width, int height)
Thumbnail URL of the current stream.
| Parameter | Type | Description |
|---|---|---|
| width | int | — |
| height | int | — |
Returns:
string—No results match this filter.
Properties13
Showing 13 properties
public static int Sandbox.Streamer.Delay { get; set; }
Set the delay of your stream
Returns:
int—public static string Sandbox.Streamer.Game { get; set; }
The game/category the stream is currently set to. Read-only.
Returns:
string—public static bool Sandbox.Streamer.IsActive { get; set; }
Are we connected to a service
Returns:
bool—public static bool Sandbox.Streamer.IsMature { get; set; }
Whether the current stream is flagged as mature.
Returns:
bool—public static string Sandbox.Streamer.Language { get; set; }
Set the language of your stream
Returns:
string—public static Sandbox.StreamService Sandbox.Streamer.Service { get; set; }
The service type (ie "Twitch")
public static System.DateTimeOffset Sandbox.Streamer.StartedAt { get; set; }
When the current stream started. Default if you're not live.
Returns:
DateTimeOffset—public static string[] Sandbox.Streamer.Tags { get; set; }
Tags on the current stream.
Returns:
string[]—public static string Sandbox.Streamer.Title { get; set; }
The title of the stream. Read-only.
Returns:
string—public static string Sandbox.Streamer.UserId { get; set; }
Your own user id
Returns:
string—public static string Sandbox.Streamer.Username { get; set; }
Your own username
Returns:
string—public static int Sandbox.Streamer.ViewerCount { get; set; }
Amount of concurrent viewer your stream has.
Returns:
int—No results match this filter.