FMIceLinkSdpOrigin Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpOrigin.h
FMIceLinkSdpOrigin.m

Overview

An SDP origin element.

– addressType

Gets the type of the address. See FMIceLinkSdpOrigin#addressType for possible values.
- (NSString *)addressType

Discussion

Gets the type of the address. See FMIceLinkSdpOrigin#addressType for possible values.

Declared In

FMIceLinkSdpOrigin.h

– description

Converts this instance to a string.
- (NSString *)description

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpOrigin.h

– initWithUnicastAddress:

Initializes a new instance of the FMIceLinkSdpOrigin class.
- (instancetype)initWithUnicastAddress:(NSString *)unicastAddress

Parameters

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 *)username

Parameters

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 *)networkType

Discussion

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 *)unicastAddress

Parameters

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 *)username

Parameters

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 *)s

Parameters

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)sessionId

Discussion

Gets the globally unique identifier for the session.

Declared In

FMIceLinkSdpOrigin.h

– sessionVersion

Gets the version number for the session.
- (long long)sessionVersion

Discussion

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 *)value

Discussion

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 *)value

Discussion

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)value

Discussion

Sets the globally unique identifier for the session.

Declared In

FMIceLinkSdpOrigin.h

– setSessionVersion:

Sets the version number for the session.
- (void)setSessionVersion:(long long)value

Discussion

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 *)value

Discussion

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 *)value

Discussion

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 *)unicastAddress

Discussion

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 *)username

Discussion

Gets the user's login on the originating host.

Declared In

FMIceLinkSdpOrigin.h