Search Results for

    / fm / liveswitch / sdp / Timing

    Class: Timing

    liveswitch.sdp.Timing

    An SDP timing element.

    Table of contents

    Constructors

    • constructor

    Methods

    • fmliveswitchsdpTimingInit
    • getStartTime
    • getStopTime
    • getTypeString
    • setStartTime
    • setStopTime
    • toString
    • parse

    Constructors

    constructor

    + new Timing(): Timing

    Initializes a new instance of the [[fm.liveswitch.sdp.timing]] class.

    Returns: Timing

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:21

    + new Timing(startTime: number, stopTime: number): Timing

    Initializes a new instance of the [[fm.liveswitch.sdp.timing]] class.

    Parameters:

    Name Type Description
    startTime number The start time.
    stopTime number The stop time.

    Returns: Timing

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:27

    Methods

    fmliveswitchsdpTimingInit

    ▸ PrivatefmliveswitchsdpTimingInit(): void

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:17


    getStartTime

    ▸ getStartTime(): number

    Gets the start time.

    Returns: number

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:88


    getStopTime

    ▸ getStopTime(): number

    Gets the stop time.

    Returns: number

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:100


    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:9


    setStartTime

    ▸ setStartTime(value: number): void

    Sets the start time.

    Parameters:

    Name Type
    value number

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:112


    setStopTime

    ▸ setStopTime(value: number): void

    Sets the stop time.

    Parameters:

    Name Type
    value number

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:124


    toString

    ▸ toString(): string

    Converts this instance to a string.

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:136


    parse

    ▸ Staticparse(s: string): Timing

    Creates an [[fm.liveswitch.sdp.timing]] instance from a string.

    Parameters:

    Name Type Description
    s string The string to parse.

    Returns: Timing

    Defined in: Generated/TypeScript/fm.liveswitch/sdp/Timing.ts:63

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0