Click or drag to resize

SDPOrigin Class

Gives the originator of the session (her username and the address of the user's host) plus a session identifier and version number.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPOrigin

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class SDPOrigin : SDPField

The SDPOrigin type exposes the following members.

Constructors
  NameDescription
Public methodSDPOrigin
Initializes a new instance of the SDPOrigin class
Public methodSDPOrigin(String, String, UInt64, NetType, AddressType, String)
Initializes a new instance of the SDPOrigin class
Top
Properties
  NameDescription
Public propertyAddrType
Gets a text string giving the type of the address that follows.
Public propertyNettype
Gets a text string giving the type of network.
Public propertySessionId
Gets a numeric string that identifies the session.
Public propertySessionVersion
Gets the version number for this session description.
Public propertyUnicastAddress
Gets the address of the machine from which the session was created.
Public propertyUsername
Gets the user's login on the originating host, or it is "-" if the originating host does not support the concept of user IDs.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodPrintSDPData
origin-field = %x6f "=" username SP sess-id SP sess-version SP nettype SP addrtype SP unicast-address crlf
(Overrides SDPFieldPrintSDPData.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsOrigin (Defined by OriginEx.)
Top
See Also