Search Results for

    Show / Hide Table of Contents

    Class TimeRanges

    Inheritance
    System.Object
    TimeRanges
    Implements
    System.Collections.Generic.IEnumerable
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class TimeRanges

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Duration

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

    Item[Int32]

    Declaration
    public TimeRange this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    TimeRange

    MaxTime

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

    MinTime

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

    Methods

    GetEnumerator()

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.Collections.Generic.IEnumerable
    In This Article