Show / Hide Table of Contents

Class StreamerManager

Tracks currently brodcasting streamers in the server.

Inheritance
System.Object
StreamerManager
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Systems.Streaming
Assembly: Eco.Gameplay.dll
Syntax
public class StreamerManager : Object, IController, IViewController, IHasUniversalID

Constructors

StreamerManager()

Declaration
public StreamerManager()

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Streams

Declaration
public IEnumerable<StreamInfo> Streams { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<StrangeCloud.Service.Client.Contracts.StreamInfo>

Methods

RegisterStreams(IEnumerable<StreamInfo>)

Declaration
public void RegisterStreams(IEnumerable<StreamInfo> streams)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<StrangeCloud.Service.Client.Contracts.StreamInfo> streams

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾