An SDP origin element.
More...
◆ addressType
Gets the type of the address.
See addressType for possible values.
◆ description
Converts this instance to a string.
◆ initWithUnicastAddress:
- (instancetype) initWithUnicastAddress: |
|
(NSString *) |
unicastAddress |
|
Initializes a new instance of the FMLiveSwitchSdpOrigin class.
- Parameters
-
unicastAddress | The address of the machine from which the session was created. |
◆ initWithUnicastAddress:username:
Initializes a new instance of the FMLiveSwitchSdpOrigin class.
- Parameters
-
unicastAddress | The address of the machine from which the session was created. |
username | The user's login on the originating host. |
◆ networkType
Gets the type of network.
See networkType for possible values.
◆ originWithUnicastAddress:
Initializes a new instance of the FMLiveSwitchSdpOrigin class.
- Parameters
-
unicastAddress | The address of the machine from which the session was created. |
◆ originWithUnicastAddress:username:
Initializes a new instance of the FMLiveSwitchSdpOrigin class.
- Parameters
-
unicastAddress | The address of the machine from which the session was created. |
username | The user's login on the originating host. |
◆ parseWithS:
◆ sessionId
Gets the globally unique identifier for the session.
◆ sessionVersion
- (long long) sessionVersion |
|
|
|
Gets the version number for the session.
◆ setAddressType:
- (void) setAddressType: |
|
(NSString *) |
value |
|
Sets the type of the address.
See addressType for possible values.
◆ setNetworkType:
- (void) setNetworkType: |
|
(NSString *) |
value |
|
Sets the type of network.
See networkType for possible values.
◆ setSessionId:
- (void) setSessionId: |
|
(long long) |
value |
|
Sets the globally unique identifier for the session.
◆ setSessionVersion:
- (void) setSessionVersion: |
|
(long long) |
value |
|
Sets the version number for the session.
◆ setUnicastAddress:
- (void) setUnicastAddress: |
|
(NSString *) |
value |
|
Sets the address of the machine from which the session was created.
◆ setUsername:
- (void) setUsername: |
|
(NSString *) |
value |
|
Sets the user's login on the originating host.
◆ unicastAddress
Gets the address of the machine from which the session was created.
◆ username
Gets the user's login on the originating host.