/ fm / liveswitch / sdp / Timing
Class: Timing
liveswitch.sdp.Timing
An SDP timing element.
Table of contents
Constructors
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
▸ Private
fmliveswitchsdpTimingInit(): 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
▸ Static
parse(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