SDPAttribute(SDPAttributeType, String, String) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic SDPAttribute(
SDPAttributeType type,
string name,
string value
)
Public Sub New (
type As SDPAttributeType,
name As String,
value As String
)
public:
SDPAttribute(
SDPAttributeType type,
String^ name,
String^ value
)
new :
type : SDPAttributeType *
name : string *
value : string -> SDPAttribute
Parameters
- type SDPAttributeType
-
- name String
-
- value String
-
See Also