Class BroadcasterConfig
Details about the broadcaster of the event.
Inherited Members
Namespace: RedMist.TimingCommon.Models.Configuration
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class BroadcasterConfig
Constructors
View SourceBroadcasterConfig()
Declaration
public BroadcasterConfig()
Properties
View SourceCompanyName
Name of the Broadcaster company.
Declaration
[Key(0)]
[JsonPropertyName("c")]
[MaxLength(128)]
public string CompanyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Gets or sets the URL where the broadcast is located.
Declaration
[Key(1)]
[JsonPropertyName("u")]
[MaxLength(2083)]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |