FMLiveSwitchSdpTimeZone Class Reference

An SDP time zone element. More...

Instance Methods

(double) - adjustmentTime
 Gets the time that a time zone adjustment happens (network time protocol). More...
 
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - initWithAdjustmentTime:offset:
 Initializes a new instance of the FMLiveSwitchSdpTimeZone class. More...
 
(FMLiveSwitchTimeSpan *) - offset
 Gets the offset from the time when the session was first scheduled. More...
 

Class Methods

(FMLiveSwitchSdpTimeZone *) + parseWithS:
 Creates an FMLiveSwitchSdpTimeZone instance from a string. More...
 
(FMLiveSwitchSdpTimeZone *) + timeZoneWithAdjustmentTime:offset:
 Initializes a new instance of the FMLiveSwitchSdpTimeZone class. More...
 

Detailed Description

An SDP time zone element.

Method Documentation

◆ adjustmentTime

- (double) adjustmentTime

Gets the time that a time zone adjustment happens (network time protocol).

◆ description

- (NSString*) description

Converts this instance to a string.

◆ initWithAdjustmentTime:offset:

- (instancetype) initWithAdjustmentTime: (double)  adjustmentTime
offset: (FMLiveSwitchTimeSpan *)  offset 

Initializes a new instance of the FMLiveSwitchSdpTimeZone class.

Parameters
adjustmentTimeThe time that a time zone adjustment happens (network time protocol).
offsetThe offset from the time when the session was first scheduled.

◆ offset

- (FMLiveSwitchTimeSpan*) offset

Gets the offset from the time when the session was first scheduled.

◆ parseWithS:

+ (FMLiveSwitchSdpTimeZone*) parseWithS: (NSString *)  s

Creates an FMLiveSwitchSdpTimeZone instance from a string.

Parameters
sThe string to parse.

◆ timeZoneWithAdjustmentTime:offset:

+ (FMLiveSwitchSdpTimeZone*) timeZoneWithAdjustmentTime: (double)  adjustmentTime
offset: (FMLiveSwitchTimeSpan *)  offset 

Initializes a new instance of the FMLiveSwitchSdpTimeZone class.

Parameters
adjustmentTimeThe time that a time zone adjustment happens (network time protocol).
offsetThe offset from the time when the session was first scheduled.