SDPMedia Constructor (String, String, UInt32, UInt32) |
Initializes a new instance of the
SDPMedia class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SDPMedia(
string media,
string proto,
uint port,
uint ports
)
Public Sub New (
media As String,
proto As String,
port As UInteger,
ports As UInteger
)
public:
SDPMedia(
String^ media,
String^ proto,
unsigned int port,
unsigned int ports
)
new :
media : string *
proto : string *
port : uint32 *
ports : uint32 -> SDPMedia
Parameters
- media
- Type: SystemString
- proto
- Type: SystemString
- port
- Type: SystemUInt32
- ports
- Type: SystemUInt32
See Also