SDPOrigin Constructor (String, String, UInt64, NetType, AddressType, String) |
Initializes a new instance of the
SDPOrigin class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SDPOrigin(
string username,
string sessId,
ulong sessVersion,
NetType nettype,
AddressType addrtype,
string uri
)
Public Sub New (
username As String,
sessId As String,
sessVersion As ULong,
nettype As NetType,
addrtype As AddressType,
uri As String
)
public:
SDPOrigin(
String^ username,
String^ sessId,
unsigned long long sessVersion,
NetType nettype,
AddressType addrtype,
String^ uri
)
new :
username : string *
sessId : string *
sessVersion : uint64 *
nettype : NetType *
addrtype : AddressType *
uri : string -> SDPOrigin
Parameters
- username
- Type: SystemString
- sessId
- Type: SystemString
- sessVersion
- Type: SystemUInt64
- nettype
- Type: Ozeki.CommonNetType
- addrtype
- Type: Ozeki.CommonAddressType
- uri
- Type: SystemString
See Also