RedMist
Search Results for

    Show / Hide Table of Contents

    Class VideoDestination

    Location where a car's video is being sent or can be accessed.

    Inheritance
    object
    VideoDestination
    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 VideoDestination

    Constructors

    View Source

    VideoDestination()

    Declaration
    public VideoDestination()

    Properties

    View Source

    HostName

    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
    View Source

    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
    View Source

    Port

    Destination's port.

    Declaration
    [JsonPropertyName("p")]
    [Key(3)]
    public ushort Port { get; set; }
    Property Value
    Type Description
    ushort
    View Source

    Type

    Destination such as YouTube.

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

    Url

    Destination's URL.

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