Class VideoDestination
Location where a car's video is being sent or can be accessed.
Inherited Members
Namespace: RedMist.TimingCommon.Models.InCarVideo
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class VideoDestination
Constructors
View SourceVideoDestination()
Declaration
public VideoDestination()
Properties
View SourceHostName
Destination URL's host name or IP address.
Declaration
[JsonPropertyName("h")]
[Key(2)]
[MaxLength(2083)]
public string HostName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Gets or sets the parameters associated with the operation.
Declaration
[JsonPropertyName("pa")]
[Key(4)]
[MaxLength(30)]
public string Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
Destination's port.
Declaration
[JsonPropertyName("p")]
[Key(3)]
public ushort Port { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Type
Destination such as YouTube.
Declaration
[JsonPropertyName("t")]
[Key(0)]
public VideoDestinationType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoDestinationType |
Url
Destination's URL.
Declaration
[JsonPropertyName("u")]
[Key(1)]
[MaxLength(2083)]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |