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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
Extension Methods
  NameDescription
Public Extension MethodAsOrigin (Defined by OriginEx.)
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
See Also