SDPOrigin(String, String, UInt64, NetType, AddressType, String) Constructor |
Initializes a new instance of the
SDPOrigin class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 String
-
- sessId String
-
- sessVersion UInt64
-
- nettype NetType
-
- addrtype AddressType
-
- uri String
-
See Also