FMIceLinkSdpOrigin Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpOrigin.h FMIceLinkSdpOrigin.m  | 
– addressType
	
Gets the type of the address. See FMIceLinkSdpOrigin#addressType for possible values.
			- (NSString *)addressTypeDiscussion
Gets the type of the address. See FMIceLinkSdpOrigin#addressType for possible values.
			Declared In
FMIceLinkSdpOrigin.h
– description
	
Converts this instance to a string.
			- (NSString *)descriptionDiscussion
Converts this instance to a string.
			Declared In
FMIceLinkSdpOrigin.h
– initWithUnicastAddress:
	
Initializes a new instance of the FMIceLinkSdpOrigin class.
			- (instancetype)initWithUnicastAddress:(NSString *)unicastAddressParameters
unicastAddress | 
						The address of the machine from which the session was created.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpOrigin class.
			Declared In
FMIceLinkSdpOrigin.h
– initWithUnicastAddress:username:
	
Initializes a new instance of the FMIceLinkSdpOrigin class.
			- (instancetype)initWithUnicastAddress:(NSString *)unicastAddress username:(NSString *)usernameParameters
unicastAddress | 
						The address of the machine from which the session was created.  | 
					
|---|---|
username | 
						The user’s login on the originating host.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpOrigin class.
			Declared In
FMIceLinkSdpOrigin.h
– networkType
	
Gets the type of network. See FMIceLinkSdpOrigin#networkType for possible values.
			- (NSString *)networkTypeDiscussion
Gets the type of network. See FMIceLinkSdpOrigin#networkType for possible values.
			Declared In
FMIceLinkSdpOrigin.h
+ originWithUnicastAddress:
	
Initializes a new instance of the FMIceLinkSdpOrigin class.
			+ (FMIceLinkSdpOrigin *)originWithUnicastAddress:(NSString *)unicastAddressParameters
unicastAddress | 
						The address of the machine from which the session was created.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpOrigin class.
			Declared In
FMIceLinkSdpOrigin.h
+ originWithUnicastAddress:username:
	
Initializes a new instance of the FMIceLinkSdpOrigin class.
			+ (FMIceLinkSdpOrigin *)originWithUnicastAddress:(NSString *)unicastAddress username:(NSString *)usernameParameters
unicastAddress | 
						The address of the machine from which the session was created.  | 
					
|---|---|
username | 
						The user’s login on the originating host.  | 
					
Discussion
Initializes a new instance of the FMIceLinkSdpOrigin class.
			Declared In
FMIceLinkSdpOrigin.h
+ parseWithS:
	
Creates an FMIceLinkSdpOrigin instance from a string.
			+ (FMIceLinkSdpOrigin *)parseWithS:(NSString *)sParameters
s | 
						The string to parse.  | 
					
|---|
Discussion
Creates an FMIceLinkSdpOrigin instance from a string.
			Declared In
FMIceLinkSdpOrigin.h
– sessionId
	
Gets the globally unique identifier for the session.
			- (long long)sessionIdDiscussion
Gets the globally unique identifier for the session.
			Declared In
FMIceLinkSdpOrigin.h
– sessionVersion
	
Gets the version number for the session.
			- (long long)sessionVersionDiscussion
Gets the version number for the session.
			Declared In
FMIceLinkSdpOrigin.h
– setAddressType:
	
Sets the type of the address. See FMIceLinkSdpOrigin#[addressType](#//api/name/addressType) for possible values.
			- (void)setAddressType:(NSString *)valueDiscussion
Sets the type of the address. See FMIceLinkSdpOrigin#[addressType](#//api/name/addressType) for possible values.
			Declared In
FMIceLinkSdpOrigin.h
– setNetworkType:
	
Sets the type of network. See FMIceLinkSdpOrigin#[networkType](#//api/name/networkType) for possible values.
			- (void)setNetworkType:(NSString *)valueDiscussion
Sets the type of network. See FMIceLinkSdpOrigin#[networkType](#//api/name/networkType) for possible values.
			Declared In
FMIceLinkSdpOrigin.h
– setSessionId:
	
Sets the globally unique identifier for the session.
			- (void)setSessionId:(long long)valueDiscussion
Sets the globally unique identifier for the session.
			Declared In
FMIceLinkSdpOrigin.h
– setSessionVersion:
	
Sets the version number for the session.
			- (void)setSessionVersion:(long long)valueDiscussion
Sets the version number for the session.
			Declared In
FMIceLinkSdpOrigin.h
– setUnicastAddress:
	
Sets the address of the machine from which the session was created.
			- (void)setUnicastAddress:(NSString *)valueDiscussion
Sets the address of the machine from which the session was created.
			Declared In
FMIceLinkSdpOrigin.h
– setUsername:
	
Sets the user's login on the originating host.
			- (void)setUsername:(NSString *)valueDiscussion
Sets the user's login on the originating host.
			Declared In
FMIceLinkSdpOrigin.h
– unicastAddress
	
Gets the address of the machine from which the session was created.
			- (NSString *)unicastAddressDiscussion
Gets the address of the machine from which the session was created.
			Declared In
FMIceLinkSdpOrigin.h
– username
	
Gets the user's login on the originating host.
			- (NSString *)usernameDiscussion
Gets the user's login on the originating host.
			Declared In
FMIceLinkSdpOrigin.h