FMIceLinkSdpTiming Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkSdpTiming.h FMIceLinkSdpTiming.m |
– description
Converts this instance to a string.
- (NSString *)descriptionDiscussion
Converts this instance to a string.
Declared In
FMIceLinkSdpTiming.h
– init
Initializes a new instance of the FMIceLinkSdpTiming class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdpTiming class.
Declared In
FMIceLinkSdpTiming.h
– initWithStartTime:stopTime:
Initializes a new instance of the FMIceLinkSdpTiming class.
- (instancetype)initWithStartTime:(double)startTime stopTime:(double)stopTimeParameters
startTime |
The start time. |
|---|---|
stopTime |
The stop time. |
Discussion
Initializes a new instance of the FMIceLinkSdpTiming class.
Declared In
FMIceLinkSdpTiming.h
+ parseWithS:
Creates an FMIceLinkSdpTiming instance from a string.
+ (FMIceLinkSdpTiming *)parseWithS:(NSString *)sParameters
s |
The string to parse. |
|---|
Discussion
Creates an FMIceLinkSdpTiming instance from a string.
Declared In
FMIceLinkSdpTiming.h
– setStartTime:
Sets the start time.
- (void)setStartTime:(double)valueDiscussion
Sets the start time.
Declared In
FMIceLinkSdpTiming.h
– setStopTime:
Sets the stop time.
- (void)setStopTime:(double)valueDiscussion
Sets the stop time.
Declared In
FMIceLinkSdpTiming.h
– startTime
Gets the start time.
- (double)startTimeDiscussion
Gets the start time.
Declared In
FMIceLinkSdpTiming.h
– stopTime
Gets the stop time.
- (double)stopTimeDiscussion
Gets the stop time.
Declared In
FMIceLinkSdpTiming.h
+ timing
Initializes a new instance of the FMIceLinkSdpTiming class.
+ (FMIceLinkSdpTiming *)timingDiscussion
Initializes a new instance of the FMIceLinkSdpTiming class.
Declared In
FMIceLinkSdpTiming.h
+ timingWithStartTime:stopTime:
Initializes a new instance of the FMIceLinkSdpTiming class.
+ (FMIceLinkSdpTiming *)timingWithStartTime:(double)startTime stopTime:(double)stopTimeParameters
startTime |
The start time. |
|---|---|
stopTime |
The stop time. |
Discussion
Initializes a new instance of the FMIceLinkSdpTiming class.
Declared In
FMIceLinkSdpTiming.h