CodecUtilsGetConnectionAddress Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string GetConnectionAddress(
MediaDescription description,
MediaType mediaType,
int port
)
Public Shared Function GetConnectionAddress (
description As MediaDescription,
mediaType As MediaType,
port As Integer
) As String
public:
static String^ GetConnectionAddress(
MediaDescription^ description,
MediaType mediaType,
int port
)
static member GetConnectionAddress :
description : MediaDescription *
mediaType : MediaType *
port : int -> string
Parameters
- description
- Type: Ozeki.MediaMediaDescription
- mediaType
- Type: MediaType
- port
- Type: SystemInt32
Return Value
Type:
String
See Also