SDPOrigin Class |
Namespace: Ozeki.Media
The SDPOrigin type exposes the following members.
Name | Description | |
---|---|---|
SDPOrigin | Initializes a new instance of the SDPOrigin class | |
SDPOrigin(String, String, UInt64, NetType, AddressType, String) | Initializes a new instance of the SDPOrigin class |
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
PrintSDPData |
origin-field = %x6f "=" username SP sess-id SP sess-version SP
nettype SP addrtype SP unicast-address crlf
(Overrides SDPFieldPrintSDPData.) |
Name | Description | |
---|---|---|
AddrType |
Gets a text string giving the type of the address that follows.
| |
Nettype |
Gets a text string giving the type of network.
| |
SessionId |
Gets a numeric string that identifies the session.
| |
SessionVersion |
Gets the version number for this session description.
| |
UnicastAddress |
Gets the address of the machine from which the session was created.
| |
Username |
Gets the user's login on the originating host, or it is "-" if the originating host does not support the concept of user IDs.
|