RedMist
Search Results for

    Show / Hide Table of Contents

    Class VideoMetadata

    Details about the in-car video.

    Inheritance
    object
    VideoMetadata
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedMist.TimingCommon.Models.InCarVideo
    Assembly: RedMist.TimingCommon.dll
    Syntax
    [MessagePackObject(false)]
    public class VideoMetadata

    Constructors

    View Source

    VideoMetadata()

    Declaration
    public VideoMetadata()

    Properties

    View Source

    CarNumber

    Car number if available. Specific to the event.

    Declaration
    [JsonPropertyName("cn")]
    [Key(1)]
    [MaxLength(5)]
    public string CarNumber { get; set; }
    Property Value
    Type Description
    string
    View Source

    Destinations

    Destination details for the video stream.

    Declaration
    [JsonPropertyName("d")]
    [Key(5)]
    [MaxLength(5)]
    public List<VideoDestination> Destinations { get; set; }
    Property Value
    Type Description
    List<VideoDestination>
    View Source

    DriverName

    DEPRECATED. Name of the driver if available.

    Declaration
    [JsonPropertyName("dn")]
    [Key(7)]
    [MaxLength(25)]
    [Obsolete("DriverName is deprecated and will be removed in future versions.")]
    public string DriverName { get; set; }
    Property Value
    Type Description
    string
    View Source

    EventId

    Associated event ID.

    Declaration
    [JsonPropertyName("eid")]
    [Key(0)]
    public int EventId { get; set; }
    Property Value
    Type Description
    int
    View Source

    IsLive

    Indicates if the video is currently live.

    Declaration
    [JsonPropertyName("l")]
    [Key(6)]
    public bool IsLive { get; set; }
    Property Value
    Type Description
    bool
    View Source

    SystemType

    Source of the video, e.g., Sentinel.

    Declaration
    [JsonPropertyName("t")]
    [Key(4)]
    public VideoSystemType SystemType { get; set; }
    Property Value
    Type Description
    VideoSystemType
    View Source

    TransponderId

    Car's transponder ID. Not specific to the event.

    Declaration
    [JsonPropertyName("tp")]
    [Key(2)]
    public uint TransponderId { get; set; }
    Property Value
    Type Description
    uint
    View Source

    UseTransponderId

    Indicates if the transponder ID should be used instead of the car number.

    Declaration
    [JsonPropertyName("utp")]
    [Key(3)]
    public bool UseTransponderId { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    In this article
    Back to top © 2025 Big Mission Motorsports, LLC. Red Mist Timing & Scoring