FMIceLinkSdpTimeDescription Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpTimeDescription.h FMIceLinkSdpTimeDescription.m  | 
– addRepeatTime:
	
Adds a repeat time.
			- (void)addRepeatTime:(FMIceLinkSdpRepeatTime *)repeatTimeParameters
repeatTime | 
						The repeat time to add.  | 
					
|---|
Discussion
Adds a repeat time.
			Declared In
FMIceLinkSdpTimeDescription.h
– description
	
Converts this instance to a string.
			- (NSString *)descriptionDiscussion
Converts this instance to a string.
			Declared In
FMIceLinkSdpTimeDescription.h
– initWithTiming:
	
Initializes a new instance of the FMIceLinkSdpTimeDescription class.
			- (instancetype)initWithTiming:(FMIceLinkSdpTiming *)timingParameters
timing | 
						The start and stop time.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpTimeDescription class.
			Declared In
FMIceLinkSdpTimeDescription.h
+ parseWithS:
	
Creates an FMIceLinkSdpTimeDescription instance from a string.
			+ (FMIceLinkSdpTimeDescription *)parseWithS:(NSString *)sParameters
s | 
						The string to parse.  | 
					
|---|
Discussion
Creates an FMIceLinkSdpTimeDescription instance from a string.
			Declared In
FMIceLinkSdpTimeDescription.h
– removeRepeatTime:
	
Removes a repeat time.
			- (bool)removeRepeatTime:(FMIceLinkSdpRepeatTime *)repeatTimeParameters
repeatTime | 
						The repeat time to remove.  | 
					
|---|
Discussion
Removes a repeat time.
			Declared In
FMIceLinkSdpTimeDescription.h
– repeatTimes
	
Gets the array of repeat times.
			- (NSMutableArray *)repeatTimesDiscussion
Gets the array of repeat times.
			Declared In
FMIceLinkSdpTimeDescription.h
+ timeDescriptionWithTiming:
	
Initializes a new instance of the FMIceLinkSdpTimeDescription class.
			+ (FMIceLinkSdpTimeDescription *)timeDescriptionWithTiming:(FMIceLinkSdpTiming *)timingParameters
timing | 
						The start and stop time.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpTimeDescription class.
			Declared In
FMIceLinkSdpTimeDescription.h
– timing
	
Gets the start and stop time.
			- (FMIceLinkSdpTiming *)timingDiscussion
Gets the start and stop time.
			Declared In
FMIceLinkSdpTimeDescription.h