Search Results for

    Show / Hide Table of Contents

    Struct TimeRange

    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public struct TimeRange

    Constructors

    TimeRange(Double, Double)

    Declaration
    public TimeRange(double startTime, double duration)
    Parameters
    Type Name Description
    System.Double startTime
    System.Double duration

    Fields

    duration

    Declaration
    public double duration
    Field Value
    Type Description
    System.Double

    startTime

    Declaration
    public double startTime
    Field Value
    Type Description
    System.Double

    Properties

    Duration

    Declaration
    public readonly double Duration { get; }
    Property Value
    Type Description
    System.Double

    EndTime

    Declaration
    public readonly double EndTime { get; }
    Property Value
    Type Description
    System.Double

    StartTime

    Declaration
    public readonly double StartTime { get; }
    Property Value
    Type Description
    System.Double
    In This Article