Search Results for

    Show / Hide Table of Contents

    Class Subtitle

    Inheritance
    System.Object
    Subtitle
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class Subtitle

    Fields

    index

    Declaration
    public int index
    Field Value
    Type Description
    System.Int32

    text

    Declaration
    public string text
    Field Value
    Type Description
    System.String

    timeEnd

    Declaration
    public double timeEnd
    Field Value
    Type Description
    System.Double

    timeStart

    Declaration
    public double timeStart
    Field Value
    Type Description
    System.Double

    Methods

    IsBefore(Double)

    Declaration
    public bool IsBefore(double time)
    Parameters
    Type Name Description
    System.Double time
    Returns
    Type Description
    System.Boolean

    IsTime(Double)

    Declaration
    public bool IsTime(double time)
    Parameters
    Type Name Description
    System.Double time
    Returns
    Type Description
    System.Boolean
    In This Article