Class VideoStatus
Status of a car's video system.
Inherited Members
Namespace: RedMist.TimingCommon.Models.InCarVideo
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class VideoStatus
Constructors
View SourceVideoStatus()
Declaration
public VideoStatus()
Properties
View SourceVideoDestination
Gets or sets the destination configuration consuming video.
Declaration
[Key(1)]
public VideoDestination VideoDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoDestination |
VideoSystemType
Brand/model of the car's video system.
Declaration
[Key(0)]
public VideoSystemType VideoSystemType { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoSystemType |