FMIceLinkSdpRepeatTime Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpRepeatTime.h FMIceLinkSdpRepeatTime.m  | 
– activeDuration
	
Gets the active duration.
			- (FMIceLinkTimeSpan *)activeDurationDiscussion
Gets the active duration.
			Declared In
FMIceLinkSdpRepeatTime.h
– addOffset:
	
Adds an offset from the start time.
			- (void)addOffset:(FMIceLinkTimeSpan *)offsetParameters
offset | 
						The offset from the start time to add.  | 
					
|---|
Discussion
Adds an offset from the start time.
			Declared In
FMIceLinkSdpRepeatTime.h
– description
	
Converts this instance to a string.
			- (NSString *)descriptionDiscussion
Converts this instance to a string.
			Declared In
FMIceLinkSdpRepeatTime.h
– initWithRepeatInterval:activeDuration:
	
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			- (instancetype)initWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDurationParameters
repeatInterval | 
						The repeat interval.  | 
					
|---|---|
activeDuration | 
						The active duration.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			Declared In
FMIceLinkSdpRepeatTime.h
– initWithRepeatInterval:activeDuration:offsets:
	
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			- (instancetype)initWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDuration offsets:(NSMutableArray *)offsetsParameters
repeatInterval | 
						The repeat interval.  | 
					
|---|---|
activeDuration | 
						The active duration.  | 
					
offsets | 
						The offsets from the start time.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			Declared In
FMIceLinkSdpRepeatTime.h
– offsets
	
Gets the array of offsets from the start time.
			- (NSMutableArray *)offsetsDiscussion
Gets the array of offsets from the start time.
			Declared In
FMIceLinkSdpRepeatTime.h
+ parseWithS:
	
Creates an FMIceLinkSdpRepeatTime instance from a string.
			+ (FMIceLinkSdpRepeatTime *)parseWithS:(NSString *)sParameters
s | 
						The string to parse.  | 
					
|---|
Discussion
Creates an FMIceLinkSdpRepeatTime instance from a string.
			Declared In
FMIceLinkSdpRepeatTime.h
– removeOffset:
	
Removes an offset from the start time.
			- (bool)removeOffset:(FMIceLinkTimeSpan *)offsetParameters
offset | 
						The offset from the start time to remove.  | 
					
|---|
Discussion
Removes an offset from the start time.
			Declared In
FMIceLinkSdpRepeatTime.h
– repeatInterval
	
Gets the repeat interval.
			- (FMIceLinkTimeSpan *)repeatIntervalDiscussion
Gets the repeat interval.
			Declared In
FMIceLinkSdpRepeatTime.h
+ repeatTimeWithRepeatInterval:activeDuration:
	
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			+ (FMIceLinkSdpRepeatTime *)repeatTimeWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDurationParameters
repeatInterval | 
						The repeat interval.  | 
					
|---|---|
activeDuration | 
						The active duration.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			Declared In
FMIceLinkSdpRepeatTime.h
+ repeatTimeWithRepeatInterval:activeDuration:offsets:
	
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			+ (FMIceLinkSdpRepeatTime *)repeatTimeWithRepeatInterval:(FMIceLinkTimeSpan *)repeatInterval activeDuration:(FMIceLinkTimeSpan *)activeDuration offsets:(NSMutableArray *)offsetsParameters
repeatInterval | 
						The repeat interval.  | 
					
|---|---|
activeDuration | 
						The active duration.  | 
					
offsets | 
						The offsets from the start time.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpRepeatTime class.
			Declared In
FMIceLinkSdpRepeatTime.h